OSDN Git Service

Replace autogen.sh with our own version
authorWaldo Bastian <waldo.bastian@intel.com>
Thu, 30 Aug 2007 23:30:49 +0000 (16:30 -0700)
committerWaldo Bastian <waldo.bastian@intel.com>
Thu, 30 Aug 2007 23:30:49 +0000 (16:30 -0700)
autogen.sh

index 904cd67..9c2f4f6 100755 (executable)
@@ -1,12 +1,3 @@
 #! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
+autoreconf -v --install
+./configure "$@"