This is the mail archive of the automake-prs@sourceware.org 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/500


The following reply was made to PR automake/500; it has been noted by GNATS.

From: adl@sourceware.org
To: automake-gnats@sourceware.org
Cc:  
Subject: automake/500
Date: 30 Aug 2006 18:50:38 -0000

 CVSROOT:	/cvs/automake
 Module name:	automake
 Changes by:	adl@sourceware.org	2006-08-30 18:50:38
 
 Modified files:
 	.              : ChangeLog Makefile.in aclocal.m4 automake.in 
 	                 configure 
 	doc            : Makefile.in 
 	lib            : Makefile.in 
 	lib/Automake   : Makefile.in 
 	lib/Automake/tests: Makefile.in 
 	lib/am         : Makefile.in 
 	m4             : Makefile.in init.m4 
 	tests          : Makefile.in subpkg.test 
 
 Log message:
 	For PR automake/500:
 	* automake.in (handle_compile) <$default_includes>: Do not output
 	the same -I twice.  Use @am__isrc@ instead of ` -I$(srcdir)'.
 	* m4/init.m4: Define am__isrc as ` -I$(srcdir)' only in
 	non-VPATH builds since we always have `-I.'.
 	* tests/subpkg.test: Make sure config headers are found in VPATH
 	and non-VPATH builds.
 
 Patches:
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2933&r2=1.2934
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/Makefile.in.diff?cvsroot=automake&r1=1.531&r2=1.532
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/aclocal.m4.diff?cvsroot=automake&r1=1.146&r2=1.147
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1629&r2=1.1630
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/configure.diff?cvsroot=automake&r1=1.218&r2=1.219
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/doc/Makefile.in.diff?cvsroot=automake&r1=1.59&r2=1.60
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/lib/Makefile.in.diff?cvsroot=automake&r1=1.131&r2=1.132
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/lib/Automake/Makefile.in.diff?cvsroot=automake&r1=1.142&r2=1.143
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/lib/Automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.73&r2=1.74
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/lib/am/Makefile.in.diff?cvsroot=automake&r1=1.118&r2=1.119
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/m4/Makefile.in.diff?cvsroot=automake&r1=1.279&r2=1.280
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/m4/init.m4.diff?cvsroot=automake&r1=1.65&r2=1.66
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.791&r2=1.792
 http://sourceware.org/cgi-bin/cvsweb.cgi/automake/tests/subpkg.test.diff?cvsroot=automake&r1=1.10&r2=1.11
 


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