* 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>
+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>
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