]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 22 Jan 2008 20:48:51 +0000 (21:48 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 22 Jan 2008 20:48:51 +0000 (21:48 +0100)
commit0fd647c6364a383b13af31b45e07679c293ff09f
tree5e9c0a4020045d158ca89826012254a074708f3b
parentbe86a1b9216b5e11113373c7584f38fe0bad0adc
Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.

* lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
mode, we change to the source directory, also set $ac_pwd so we
do not go back to the build tree for the next config subdir.
* tests/torture.at (Deep Package): Extend test to contain two
config subdirs on the top level.
ChangeLog
lib/autoconf/general.m4
tests/torture.at