diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-24 20:55:51 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-24 20:55:51 +0000 |
commit | a2eb9d27511c0e378ac1370ed41cef36caf30047 (patch) | |
tree | ef1c35c131733ced4535c8093940ccb252293509 /sim/ppc/configure.in | |
parent | fc4198bbb5aaaf02110cec9b36ed83b1576b2992 (diff) | |
download | gdb-a2eb9d27511c0e378ac1370ed41cef36caf30047.zip gdb-a2eb9d27511c0e378ac1370ed41cef36caf30047.tar.gz gdb-a2eb9d27511c0e378ac1370ed41cef36caf30047.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* Makefile.in (top_builddir): New macro.
(INTLLIBS): New macro.
(INTLDEPS): Likewise.
(psim): Depend on INTLDEPS; link against INTLLIBS.
* configure.in: Call CY_GNU_GETTEXT.
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index 06e8d11..1072d3e 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -13,6 +13,11 @@ else CC_FOR_BUILD=gcc fi +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_ARG_ENABLE(sim-alignment, [ --enable-sim-alignment=align Specify strict or nonstrict alignment.], |