For PR automake/215:
authorTom Tromey <tromey@redhat.com>
Mon, 31 Dec 2001 00:16:37 +0000 (00:16 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 31 Dec 2001 00:16:37 +0000 (00:16 +0000)
commit511b20a513aeaca791bc5e16913a966e14f9a6b6
tree9f29fb4e1db88e7958a592a1dc8a77439a0b892c
parent87e61e0f6a0ef3ab7e8806778a3f020a085aefc2
For PR automake/215:
* configure.in: Use AM_AUTOMAKE_OPTIONS.
* Makefile.am (AUTOMAKE_OPTIONS): Removed.
* automake.texi (Macros): Document AM_AUTOMAKE_OPTIONS.
(Options): Mention AM_AUTOMAKE_OPTIONS.
* automake.in (global_options): New global.
(global_options_line): Likewise.
(scan_autoconf_traces): Trace AM_AUTOMAKE_OPTIONS.
(scan_one_autoconf_file): Likewise.
(process_option_list): New function.
(handle_options): Use it.  Also, handle global options.
* m4/Makefile.am (m4data_DATA): Added options.m4.
* m4/options.m4: New file.
12 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
aclocal.m4
automake.in
automake.texi
configure
configure.in
m4/Makefile.am
m4/Makefile.in
m4/options.m4 [new file with mode: 0644]