This is the mail archive of the automake-cvs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake ./ChangeLog ./NEWS ./aclocal.in doc/a ...


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	adl@sourceware.org	2004-11-04 22:19:41

Modified files:
	.              : ChangeLog NEWS aclocal.in 
	doc            : automake.texi stamp-vti version.texi 
	tests          : defs.in 

Log message:
	* aclocal.in: Use Automake::ChannelDefs, and adjust all output
	to be done via `fatal', `msg', `verb', or `prog_error'.
	(version): New function.
	(parse_arguments): Rewrite using Getopt::Long, call &version, and
	honor -W and --warning.
	($verbose): Remove.
	(trace_used_macros): Do not trace the first arguments of macros
	for which we do not need it.  This caused failures because of
	unexpected newlines in the output.
	* doc/automake.texi (aclocal options): Document -W and --warning.
	* tests/defs.in (ACLOCAL): Always use -Werror, to catch Perl
	warnings about uninitialized variables.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2681&r2=1.2682
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/NEWS.diff?cvsroot=automake&r1=1.289&r2=1.290
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/aclocal.in.diff?cvsroot=automake&r1=1.110&r2=1.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/automake.texi.diff?cvsroot=automake&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/stamp-vti.diff?cvsroot=automake&r1=1.70&r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/version.texi.diff?cvsroot=automake&r1=1.70&r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/defs.in.diff?cvsroot=automake&r1=1.32&r2=1.33


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]