From: Ralf Wildenhues Date: Sat, 10 Jul 2010 06:44:07 +0000 (+0200) Subject: Fix wording about AC_CONFIG_SUBDIRS warning. X-Git-Tag: v2.67~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fd9a3750408662a1e0dc5cb64d1384a0e72259;p=thirdparty%2Fautoconf.git 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. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 33eca5a3..e3cf6545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-10 Ralf Wildenhues + + 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 and Ralf Wildenhues diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 76b01c97..ff09d006 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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