123456789101112131415161718192021 |
- $OpenBSD: patch-autogen_sh,v 1.1 2011/08/17 12:38:35 jasper Exp $
- --- autogen.sh.orig Sat Jul 30 20:24:00 2011
- +++ autogen.sh Sat Jul 30 20:24:38 2011
- @@ -98,11 +98,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
- -
- echo "Generating configuration files for $package, please wait...."
-
- echo " $ACLOCAL $ACLOCAL_FLAGS"
- @@ -117,4 +112,3 @@ echo " autoconf"
- autoconf || exit 1
-
- cd $olddir
- -$srcdir/configure --enable-maintainer-mode "$@" && echo
|