]> sourceware.org Git - automake.git/commit
* automake.texi (Complete, Macros, Options): Document the new style
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jan 2002 08:52:03 +0000 (08:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jan 2002 08:52:03 +0000 (08:52 +0000)
commitd6138d73cb0e67983643750fd26aa95a61d94eda
tree1675e2d2330a3c696aa198cbc5a3d01f822f2045
parent581eb44204b9ec198e75d87952b6cb6d31c86c2b
* automake.texi (Complete, Macros, Options): Document the new style
AM_INIT_AUTOMAKE.  Remove AM_AUTOMAKE_OPTIONS documentaion.
* m4/init.m4 (AM_INIT_AUTOMAKE): Get PACKAGE and VERSION from
AC_INIT if they are available there.  Support a new call form
where the only argument is an optional space-separated list of
Automake options.
* m4/options.m4 (AM_AUTOMAKE_OPTIONS): Remove.
(_AM_MANGLE_OPTION, _AM_SET_OPTION, _AM_SET_OPTIONS,
_AM_IF_OPTION): New functions.
* automake.in (AC_INIT_PATTERN): New variable.
(global_options_line): Remove, use $seen_init_automake instead.
(scan_one_autoconf_file, scan_autoconf_traces): Set $package_version
from AC_INIT if available.  Support the new style AM_INIT_AUTOMAKE.
Remove the AM_AUTOMAKE_OPTIONS handling.
* configure.in: Modernize.
* tests/defs (configure.in): Modernize.  One third of the tests
still overwrite the default configure.in and use an old
AM_INIT_AUTOMAKE call,  so that makes testing for both.
* tests/nodefine.test, tests/nodefine2.test: New files.
* tests/Makefile.am (TESTS): Add them.
16 files changed:
ChangeLog
NEWS
aclocal.m4
automake.in
automake.texi
configure
configure.in
m4/init.m4
m4/options.m4
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/defs
tests/nodefine.test [new file with mode: 0755]
tests/nodefine2.test [new file with mode: 0755]
version.texi
This page took 0.030492 seconds and 5 git commands to generate.