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


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	adl@sourceware.org	2005-05-14 19:01:44

Modified files:
	.              : ChangeLog NEWS automake.in 
	doc            : automake.texi stamp-vti version.texi 
	tests          : Makefile.am Makefile.in 
Added files:
	tests          : pr401.test pr401b.test pr401c.test 

Log message:
	Alexandre Duret-Lutz  <adl@gnu.org>
	
	Support for remote LIBOBJS (and friends) with subdir-objects.
	Fixes PR automake/401.
	
	* automake.in (config_libobj_dir): New variable.
	(scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
	(handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
	(handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
	dependency files, possibly in a subdirectory.
	* tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
	* tests/Makefile.am (TESTS): Add them.
	* doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
	(LIBOBJS): Document changes in behaviour of
	LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
	subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2782&r2=1.2783
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/NEWS.diff?cvsroot=automake&r1=1.298&r2=1.299
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1601&r2=1.1602
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/automake.texi.diff?cvsroot=automake&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/stamp-vti.diff?cvsroot=automake&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/version.texi.diff?cvsroot=automake&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/pr401.test.diff?cvsroot=automake&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/pr401b.test.diff?cvsroot=automake&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/pr401c.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.586&r2=1.587
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.760&r2=1.761


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