From d77908fa3489d59b59226ab61eea17fe910c01f1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT service" Date: Sat, 10 Jul 2010 19:46:16 +0200 Subject: [PATCH] (Metux) autogen.sh: not running ./configure anymore (breaks certain distro builders) --- autogen.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/autogen.sh b/autogen.sh index 7050ba9..1a984f8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,11 +35,6 @@ if test "$DIE" -eq 1; then exit 1 fi -if test -z "$*"; then - echo "I am going to run ./configure with no arguments - if you wish " - echo "to pass any to it, please specify them on the $0 command line." -fi - rootme=`pwd` cd $srcdir libtoolize --copy --force @@ -47,9 +42,4 @@ aclocal $ACLOCAL_FLAGS autoheader automake --add-missing autoconf -cd $rootme - -$srcdir/configure "$@" -echo -echo "Now type 'make' to compile libaudiofile." -- 2.11.4.GIT