* autogen.sh: Remove code which runs ./configure
---
 autogen.sh |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 0dad6bd..67660d5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -34,12 +34,3 @@ aclocal || exit 1
 
 echo "  running autoconf"
 autoconf || exit 1
-
-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."
-else
-       echo "running ./configure $@"
-fi
-
-$srcdir/configure "$@" && echo
-- 
1.7.10.4


Reply via email to