From e85e320515fac27bd252403b0e899f72d0c52103 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 13 Jun 2006 08:06:50 +0000 Subject: * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. * common/common.m4: Likewise. * */configure: Regenerate. --- sim/common/ChangeLog | 6 ++++++ sim/common/aclocal.m4 | 2 +- sim/common/common.m4 | 2 +- sim/common/configure | 5 +++-- 4 files changed, 11 insertions(+), 4 deletions(-) (limited to 'sim/common') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4940dab..1768b40 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2006-06-13 Richard Earnshaw + + * aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. + * common.m4: Likewise. + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR. diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index c1c8164..615f330 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -44,7 +44,7 @@ AC_PROG_RANLIB 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= -ZW_GNU_GETTEXT_SISTER_DIR +ZW_GNU_GETTEXT_SISTER_DIR(../../intl) # Check for common headers. # FIXME: Seems to me this can cause problems for i386-windows hosts. diff --git a/sim/common/common.m4 b/sim/common/common.m4 index da77325..8daf08e 100644 --- a/sim/common/common.m4 +++ b/sim/common/common.m4 @@ -39,7 +39,7 @@ AC_PROG_RANLIB 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= -ZW_GNU_GETTEXT_SISTER_DIR +ZW_GNU_GETTEXT_SISTER_DIR(../../intl) # Check for common headers. # FIXME: Seems to me this can cause problems for i386-windows hosts. diff --git a/sim/common/configure b/sim/common/configure index f4b89e0..d4bd3f8 100755 --- a/sim/common/configure +++ b/sim/common/configure @@ -2562,8 +2562,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../../intl/config.intl; then + . ../../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 -- cgit v1.1