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/erc32/ChangeLog | 4 ++++ sim/erc32/configure | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sim/erc32') diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 8653f8b..e885bda 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/erc32/configure b/sim/erc32/configure index 621f44f..2ff111e 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -2683,8 +2683,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