From 067e333cab15fc98d7808511fa64989debfcc264 Mon Sep 17 00:00:00 2001 From: Waldo Bastian Date: Thu, 30 Aug 2007 16:30:49 -0700 Subject: [PATCH] Replace autogen.sh with our own version --- autogen.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/autogen.sh b/autogen.sh index 904cd67..9c2f4f6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "$@" -- 2.11.0