]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix wording about AC_CONFIG_SUBDIRS warning.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Jul 2010 06:44:07 +0000 (08:44 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Jul 2010 16:40:04 +0000 (18:40 +0200)
* doc/autoconf.texi (Subdirectories): We warn, not error, about
nonexistent config subdirs, but only at configure run time.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 33eca5a321bbc6b18d9c87036104803f8b4d46ac..e3cf6545e45951c7bd01a58bf668b5e260ca6823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix wording about AC_CONFIG_SUBDIRS warning.
+       * doc/autoconf.texi (Subdirectories): We warn, not error, about
+       nonexistent config subdirs, but only at configure run time.
+
 2010-07-10  Eric Blake  <eblake@redhat.com>
        and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 76b01c974888492a2cd9c6203670927d1bf89fca..ff09d0068928b4a98a8ee067fe9fdb11d7c23361 100644 (file)
@@ -3635,8 +3635,8 @@ if test "x$package_foo_enabled" = xyes; then
 fi
 @end example
 
-If a given @var{dir} is not found, an error is reported: if the
-subdirectory is optional, write:
+If a given @var{dir} is not found at @command{configure} run time, a
+warning is reported; if the subdirectory is optional, write:
 
 @example
 if test -d "$srcdir/foo"; then