diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-22 21:56:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-22 21:56:04 +0000 |
commit | fcfc3c0c2d7fde9f07e9e59f64f5a149bfa61763 (patch) | |
tree | ebc2f3448dc74dbed34d67e922168b7918bafb34 /gdb/ChangeLog | |
parent | 1172d35d0c7904493f9aa9d1ac992eb444da57e1 (diff) | |
download | gdb-fcfc3c0c2d7fde9f07e9e59f64f5a149bfa61763.zip gdb-fcfc3c0c2d7fde9f07e9e59f64f5a149bfa61763.tar.gz gdb-fcfc3c0c2d7fde9f07e9e59f64f5a149bfa61763.tar.bz2 |
* configure: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT.
* Makefile.in (top_builddir): New macro.
(INTL): Define to @INTLLIBS@.
(INTL_DEPS): New macro.
(CDEPS): Reference INTL_DEPS, not INTL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index be098d9..96644d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 22 15:38:56 1998 Tom Tromey <tromey@cygnus.com> + + * configure: Rebuilt. + * configure.in: Call CY_GNU_GETTEXT. + * Makefile.in (top_builddir): New macro. + (INTL): Define to @INTLLIBS@. + (INTL_DEPS): New macro. + (CDEPS): Reference INTL_DEPS, not INTL. + start-sanitize-sky Wed Apr 22 13:40:16 1998 Doug Evans <devans@canuck.cygnus.com> |