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/configure.in | |
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/configure.in')
-rw-r--r-- | gdb/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 16cda86..08138bb 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -34,6 +34,11 @@ AC_SUBST(DLLTOOL) AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..) AC_CANONICAL_SYSTEM +dnl gdb doesn't use gettext, but bfd does. We call this to ensure we +dnl link with the correct libraries. +ALL_LINGUAS= +CY_GNU_GETTEXT + dnl List of object files added by configure. CONFIG_OBS= |