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/libgui ChangeLog Makefile.in acinclude.m4 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.org	2008-07-22 20:11:35

Modified files:
	libgui         : ChangeLog Makefile.in acinclude.m4 aclocal.m4 
	                 configure configure.ac 
	libgui/library : Makefile.am Makefile.in balloon.tcl cframe.tcl 
	                 lframe.tcl multibox.tcl sendpr.tcl ventry.tcl 
	                 wframe.tcl 
	libgui/src     : Makefile.am Makefile.in paths.c 
Added files:
	libgui         : tcl.m4 

Log message:
	* tcl.m4: New file.
	* acinclude.m4: Include tcl.m4 instead of ../config/acinclude.m4
	* aclocal.m4: Regenerated.
	* configure.ac: Do not check for ITCL_SH.
	Use SC_PATH_TCLCONFIG, SC_PATH_TKCONFIG, SC_LOAD_TCLCONFIG, and
	SC_LOAD_TKCONFIG to find Tcl and Tk.
	Add some logic for when using in-tree Tcl/Tk.
	Change substitutes for TCL_BUILD_LIB_SPEC, TK_BUILD_LIB_SPEC, and
	TCLHDIR to accommodate using system-supplied Tcl and Tk.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* library/Makefile.am: Replace ITCL_SH with TCLSH.
	Remove TCL_SHARED rules.
	(tclIndex): Update build rules.
	* library/Makefile.in: Regenerate.
	* library/balloon.tcl: Update for Itcl 3.2/3.3.
	* library/cframe.tcl: Likewise.
	* library/lframe.tcl: Likewise.
	* library/multibox.tcl: Likewise.
	* library/sendpr.tcl: Likewise.
	* library/ventry.tcl: Likewise.
	* library/wframe.tcl: Likewise.
	* src/Makefile.am (INCLUDES): Update.
	* src/Makefile.in: Regenerate.
	* src/paths.c (init_script): Accommodate builddir != srcdir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/tcl.m4.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/ChangeLog.diff?cvsroot=src&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/acinclude.m4.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/aclocal.m4.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/configure.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/configure.ac.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/Makefile.am.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/Makefile.in.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/balloon.tcl.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/cframe.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/lframe.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/multibox.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/sendpr.tcl.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/ventry.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/library/wframe.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/src/Makefile.am.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/src/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgui/src/paths.c.diff?cvsroot=src&r1=1.6&r2=1.7


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