Fix PR automake/49:
commit6408f2b03bd16b65d21e10e3fbd7dc02569d4830
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 17 Apr 2004 18:46:06 +0000 (17 18:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 17 Apr 2004 18:46:06 +0000 (17 18:46 +0000)
treee6190aacd6b7199d08da3923434a909888f021a7
parent0606a17988f33cd395122665bc4b31727bf9826a
Fix PR automake/49:
* automake.in (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Diagnose
calls to AC_CONFIG_AUX_DIR followings calls to AM_INIT_AUTOMAKE.
* tests/auxdir.test, tests/auxdir2.test, tests/lex5.test,
tests/mdate3.test, tests/multlib.test, tests/reqd2.test,
tests/symlink.test, tests/txinfo8.test, tests/txinfo22.test,
tests/yacc6.test, tests/yacc8.test: Fix to call AC_CONFIG_AUX_DIR
before AM_INIT_AUTOMAKE.
* tests/auxdir3.test: New file (exercise this diagnostic).
* tests/Makefile.am (TESTS): Add auxdir3.test.
18 files changed:
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/auxdir.test
tests/auxdir2.test
tests/auxdir3.test [copied from tests/symlink.test with 74% similarity]
tests/lex5.test
tests/mdate3.test
tests/multlib.test
tests/reqd2.test
tests/subobj3.test
tests/symlink.test
tests/txinfo22.test
tests/txinfo8.test
tests/yacc6.test
tests/yacc8.test