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 ./Makefile.in ./automake. ...


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	adl@sourceware.org	2003-11-22 18:05:35

Modified files:
	.              : ChangeLog Makefile.in automake.in 
	doc            : Makefile.in 
	lib            : Makefile.in 
	lib/Automake   : Makefile.in 
	lib/Automake/tests: Makefile.in 
	lib/am         : Makefile.in configure.am 
	m4             : Makefile.in 
	tests          : Makefile.am Makefile.in colon3.test 
Added files:
	tests          : output10.test 
Removed files:
	tests          : distcom.test 

Log message:
	Fix for PR automake/411:
	* automake.in (rewrite_inputs_into_dependencies): Simplify, and rename
	into ...
	(prepend_srcdir): ... this.
	(rewrite_inputs_into_dependencies): New function, extracted from ...
	(handle_configure): ... here.  Adjust to use prepend_srcdir
	or rewrite_inputs_into_dependencies where needed.  Especially,
	using (the new) rewrite_inputs_into_dependencies to compute
	Makefile dependencies will fix PR/411.
	* lib/am/configure.am (DIST_COMMON): Remove %MAKEFILE-IN%, it's
	already distributed by rewrite_inputs_into_dependencies.
	* tests/Makefile.am (TESTS): Add output10.test, remove distcom.test.
	* tests/colon3.test: Use set -e.  Don't allow any AUTOMAKE
	invocation refer to zardoz.  Make sure two.in and three.in
	appear as $(srcdir)/two.in and $(srcdir)/three.in dependencies.
	* tests/distcom.test: Delete.  This is covered by tests/output9.test.
	* tests/output10.test: New file, for PR/411.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2429&r2=1.2430
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/Makefile.in.diff?cvsroot=automake&r1=1.467&r2=1.468
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1517&r2=1.1518
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/Makefile.in.diff?cvsroot=automake&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Makefile.in.diff?cvsroot=automake&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Makefile.in.diff?cvsroot=automake&r1=1.99&r2=1.100
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/Makefile.in.diff?cvsroot=automake&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/configure.am.diff?cvsroot=automake&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/m4/Makefile.in.diff?cvsroot=automake&r1=1.238&r2=1.239
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/output10.test.diff?cvsroot=automake&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.am.diff?cvsroot=automake&r1=1.532&r2=1.533
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.686&r2=1.687
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/colon3.test.diff?cvsroot=automake&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/distcom.test.diff?cvsroot=automake&r1=1.2&r2=NONE


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