]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
authorStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 11:33:52 +0000 (11:33 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 11:33:52 +0000 (11:33 +0000)
  for --help from Cygnus `configure.'

ChangeLog
lib/autoconf/general.m4

index 936a510200acd3c238bb5a004bd9f75cd72c7041..6be7b1c161d47dfdda5646d8cc3cab4ffeb15943 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-06  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
+         for --help from Cygnus `configure.'
+
 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
index 29e92fcca4aef25a09f9fe41b58c31535183d218..0c6956e1ddc82faf2fa38d9cc33156da4b560d29 100644 (file)
@@ -1061,16 +1061,13 @@ if test "$ac_init_help" = "recursive"; then
     test -d $ac_dir || continue
     _AC_SRCDIRS(["$ac_dir"])
     cd $ac_dir || { ac_status=$?; continue; }
-    # Check for guested configure; otherwise get Cygnus style configure.
+    # Check for guested configure.
     if test -f $ac_srcdir/configure.gnu; then
       echo &&
       $SHELL $ac_srcdir/configure.gnu  --help=recursive
     elif test -f $ac_srcdir/configure; then
       echo &&
       $SHELL $ac_srcdir/configure  --help=recursive
-    elif test -f $ac_srcdir/configure.in; then
-      echo &&
-      $ac_configure --help
     else
       AC_MSG_WARN([no configuration information is in $ac_dir])
     fi || ac_status=$?