]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Subdirectories): Cygnus dirs have
authorAkim Demaille <akim@epita.fr>
Tue, 29 Oct 2002 12:41:16 +0000 (12:41 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 29 Oct 2002 12:41:16 +0000 (12:41 +0000)
configure.in, not configure.ac.
Reported by Bruno Haible.

ChangeLog
doc/autoconf.texi

index 1591a0928571ce05a9cba33b528680e8320651a1..043f6b04e4b070fd9994b1c0ff11416662e7618a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-29  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Subdirectories): Cygnus dirs have
+       configure.in, not configure.ac.
+       Reported by Bruno Haible.
+
 2002-10-29  Akim Demaille  <akim@epita.fr>
 
        * tests/torture.at (Deep Package): New test.
index 0412161981976f5ec3b6da87928a2eab3454b90a..acae17bfbe649ad4847bc2e28c43e7c03c7b3c27 100644 (file)
@@ -2803,12 +2803,13 @@ if test -d $srcdir/foo; then
 fi
 @end example
 
+@c NB: Yes, below we mean configure.in, not configure.ac.
 If a given @var{dir} contains @command{configure.gnu}, it is run instead
 of @command{configure}.  This is for packages that might use a
 non-Autoconf script @command{Configure}, which can't be called through a
 wrapper @command{configure} since it would be the same file on
 case-insensitive filesystems.  Likewise, if a @var{dir} contains
-@file{configure.ac} but no @command{configure}, the Cygnus
+@file{configure.in} but no @command{configure}, the Cygnus
 @command{configure} script found by @code{AC_CONFIG_AUX_DIR} is used.
 
 The subdirectory @command{configure} scripts are given the same command