This is the mail archive of the
src-cvs@sourceware.org
mailing list .
src/config ChangeLog tcl.m4
- From: devans at sourceware dot org
- To: src-cvs at sourceware dot org
- Date: 2 Feb 2009 23:18:05 -0000
- Subject: src/config ChangeLog tcl.m4
CVSROOT: /cvs/src
Module name: src
Changes by: devans@sourceware.org 2009-02-02 23:18:05
Modified files:
config : ChangeLog tcl.m4
Log message:
* config/tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
(SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
(SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
"# no Tcl configs found".
(SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
* gdb/configure.ac (gdbkt): Check both no_tcl/no_tk first, before
doing any further tcl/tk configury. Don't configure gdbtk if
tcl or tk check fails.
* gdb/aclocal.m4: Regenerate.
* gdb/configure: Regenerate.
* gdb/gdbtk/plugins/aclocal.m4: Regenerate.
* gdb/gdbtk/plugins/configure: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.125&r2=1.126
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/tcl.m4.diff?cvsroot=src&r1=1.2&r2=1.3