This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

src/sim/common ChangeLog aclocal.m4


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-07-12 20:19:50

Modified files:
	sim/common     : ChangeLog aclocal.m4 

Log message:
	sim: use AC_REQUIRE with AC_PROG_CC
	
	The autoconf guys point out that our usage of AC_PROG_CC in the
	SIM_AC_COMMON does not jive with their intended use.
	http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required
	
	So utilize AC_REQUIRE to make the warnings go away and generate
	the correct code with different autoconf versions.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/aclocal.m4.diff?cvsroot=src&r1=1.23&r2=1.24


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