patch-autogen_sh 640 B

123456789101112131415161718192021
  1. $OpenBSD: patch-autogen_sh,v 1.1 2011/08/17 12:38:35 jasper Exp $
  2. --- autogen.sh.orig Sat Jul 30 20:24:00 2011
  3. +++ autogen.sh Sat Jul 30 20:24:38 2011
  4. @@ -98,11 +98,6 @@ if test "$DIE" -eq 1; then
  5. exit 1
  6. fi
  7. -if test -z "$*"; then
  8. - echo "I am going to run ./configure with no arguments - if you wish "
  9. - echo "to pass any to it, please specify them on the $0 command line."
  10. -fi
  11. -
  12. echo "Generating configuration files for $package, please wait...."
  13. echo " $ACLOCAL $ACLOCAL_FLAGS"
  14. @@ -117,4 +112,3 @@ echo " autoconf"
  15. autoconf || exit 1
  16. cd $olddir
  17. -$srcdir/configure --enable-maintainer-mode "$@" && echo