VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/autogen.sh@ 76148

Last change on this file since 76148 was 75443, checked in by vboxsync, 6 years ago

Exported Mesa related code to OSE.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
File size: 232 bytes
Line 
1#! /bin/sh
2
3srcdir=`dirname "$0"`
4test -z "$srcdir" && srcdir=.
5
6ORIGDIR=`pwd`
7cd "$srcdir"
8
9autoreconf --force --verbose --install || exit 1
10cd "$ORIGDIR" || exit $?
11
12if test -z "$NOCONFIGURE"; then
13 "$srcdir"/configure "$@"
14fi
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette