This is the mail archive of the
automake-prs@sources.redhat.com
mailing list for the automake project.
automake/215
- From: tromey at sources dot redhat dot com
- To: tromey at redhat dot com
- Cc: automake-prs at sourceware dot cygnus dot com,
- Date: 31 Dec 2001 00:21:00 -0000
- Subject: automake/215
- Reply-to: tromey at sources dot redhat dot com
The following reply was made to PR automake/215; it has been noted by GNATS.
From: tromey@sources.redhat.com
To: automake-gnats@sources.redhat.com
Cc:
Subject: automake/215
Date: 31 Dec 2001 00:16:37 -0000
CVSROOT: /cvs/automake
Module name: automake
Changes by: tromey@sources.redhat.com 2001-12-30 16:16:37
Modified files:
. : ChangeLog Makefile.am Makefile.in NEWS
aclocal.m4 automake.in automake.texi configure
configure.in
m4 : Makefile.am Makefile.in
Added files:
m4 : options.m4
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.1695&r2=1.1696
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/Makefile.am.diff?cvsroot=automake&r1=1.178&r2=1.179
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/Makefile.in.diff?cvsroot=automake&r1=1.343&r2=1.344
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/NEWS.diff?cvsroot=automake&r1=1.163&r2=1.164
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/aclocal.m4.diff?cvsroot=automake&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1248&r2=1.1249
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.texi.diff?cvsroot=automake&r1=1.253&r2=1.254
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/configure.diff?cvsroot=automake&r1=1.103&r2=1.104
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/configure.in.diff?cvsroot=automake&r1=1.93&r2=1.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/m4/options.m4.diff?cvsroot=automake&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/m4/Makefile.am.diff?cvsroot=automake&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/m4/Makefile.in.diff?cvsroot=automake&r1=1.166&r2=1.167