diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-31 21:53:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-31 21:53:15 +0000 |
commit | f46d03c51f9d580cfdd75dd20b96acaa51f7faa0 (patch) | |
tree | 4318ae4cfd5136842a5732f50d937cd16bc74a5d /ChangeLog | |
parent | 1ff39ecb10ddeb072a4cd38bb79f42c6fd178e2a (diff) | |
download | gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.zip gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.gz gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.bz2 |
* Makefile.in: Add libidetcl, like libide.
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl,
all-ilu.
* configure.IN: Add libidetcl, like libide.
* configure (GDB_TK): If enable_ide, add all-libidetcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +start-sanitize-ide +Tue Mar 31 16:50:42 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in: Add libidetcl, like libide. + (all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, + all-ilu. + * configure.IN: Add libidetcl, like libide. + * configure (GDB_TK): If enable_ide, add all-libidetcl. + +end-sanitize-ide +Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com> + + * Makefile.in (all-gettext, all-intl): New targets. + (ALL_MODULES): Added all-gettext, all-intl. + (CROSS_CHECK_MODULES): Added check-gettext, check-intl. + (INSTALL_MODULES): Added install-gettext, install-intl. + (CLEAN_MODULES): Added clean-gettext, clean-intl. + + * configure.in (host_tools): Added gettext. + (native_only): Likewise. + (noconfigdirs) [various cases]: Likewise. + (host_libs): Added intl. + start-sanitize-gdbtk Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com> |