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/gdb ChangeLog configure configure.ac


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-02-02 04:36:22

Modified files:
	gdb            : ChangeLog configure configure.ac 

Log message:
	fix gdb+python build failure if using non-GNU sed
	
	Non-GNU sed do not like the '?' quantifier when used in a s/// regexp
	that involve back-references, causing the build to fail when trying
	to link with Python support. This fixes it by using the '*' quantifier
	instead.
	
	gdb/ChangeLog:
	
	* configure.ac: Work around non-GNU sed limitation when computing
	python version number.
	* configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12529&r2=1.12530
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.325&r2=1.326
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.140&r2=1.141


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