diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-24 22:12:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-24 22:12:15 +0000 |
commit | 7c9e17390bc334cf474039af3321c90f3fa4325b (patch) | |
tree | ac69dff7b7f066440f7319430e8d09c4d3569edc /sim/w65/configure.in | |
parent | ead653821c3bf3b927d2b9d6d771c8ba0b1ab190 (diff) | |
download | gdb-7c9e17390bc334cf474039af3321c90f3fa4325b.zip gdb-7c9e17390bc334cf474039af3321c90f3fa4325b.tar.gz gdb-7c9e17390bc334cf474039af3321c90f3fa4325b.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: Removed.
* configure.in: Call CY_GNU_GETTEXT.
* Makefile.in (INTLLIBS): New macro.
(INTLDEPS): Likewise.
($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS.
(top_builddir): New macro.
Diffstat (limited to 'sim/w65/configure.in')
-rwxr-xr-x | sim/w65/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/w65/configure.in b/sim/w65/configure.in index 9df0f8b..5abf717 100755 --- a/sim/w65/configure.in +++ b/sim/w65/configure.in @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. + AC_PREREQ(2.5)dnl AC_INIT(Makefile.in) @@ -27,6 +28,11 @@ else fi AC_SUBST(CC_FOR_BUILD) +dnl We don't use gettext, but bfd does. So we do the appropriate checks +dnl to see if there are intl libraries we should link against. +ALL_LINGUAS= +CY_GNU_GETTEXT + AC_CHECK_HEADERS(stdlib.h time.h unistd.h) AC_MSG_CHECKING([whether printf must be declared]) |