diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/mips/configure | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index f4311ff..6ea29d6 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw <rearnsha@arm.com> + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com> * configure: Regenerated. diff --git a/sim/mips/configure b/sim/mips/configure index 87cf63c..5185b89 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -2703,8 +2703,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 |