From ad847e016953f71f9abc29edd89acf8f240e66d7 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Tue, 13 Jun 2006 08:06:48 +0000 Subject: [PATCH] * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. * common/common.m4: Likewise. * */configure: Regenerate. --- sim/arm/ChangeLog | 4 ++++ sim/arm/configure | 5 +++-- sim/common/ChangeLog | 6 ++++++ sim/common/aclocal.m4 | 2 +- sim/common/common.m4 | 2 +- sim/common/configure | 5 +++-- sim/cris/configure | 5 +++-- sim/d10v/ChangeLog | 4 ++++ sim/d10v/configure | 5 +++-- sim/erc32/ChangeLog | 4 ++++ sim/erc32/configure | 5 +++-- sim/frv/ChangeLog | 4 ++++ sim/frv/configure | 5 +++-- sim/h8300/ChangeLog | 4 ++++ sim/h8300/configure | 5 +++-- sim/iq2000/ChangeLog | 4 ++++ sim/iq2000/configure | 5 +++-- sim/m32c/ChangeLog | 4 ++++ sim/m32c/configure | 5 +++-- sim/m32r/ChangeLog | 4 ++++ sim/m32r/configure | 5 +++-- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/configure | 5 +++-- sim/mcore/ChangeLog | 4 ++++ sim/mcore/configure | 5 +++-- sim/mips/ChangeLog | 4 ++++ sim/mips/configure | 5 +++-- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/configure | 5 +++-- sim/ppc/ChangeLog | 4 ++++ sim/ppc/configure | 5 +++-- sim/sh/ChangeLog | 4 ++++ sim/sh/configure | 5 +++-- sim/v850/ChangeLog | 4 ++++ sim/v850/configure | 5 +++-- 35 files changed, 119 insertions(+), 36 deletions(-) diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index ed6664c3ed..3e0a28c0bf 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/arm/configure b/sim/arm/configure index ffe14126cd..201644f5c6 100755 --- a/sim/arm/configure +++ b/sim/arm/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 diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4940dab031..1768b40332 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 c1c8164579..615f3306b7 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 da77325ad8..8daf08e231 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 f4b89e08fb..d4bd3f8a50 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 diff --git a/sim/cris/configure b/sim/cris/configure index 991c03f905..47065279f6 100755 --- a/sim/cris/configure +++ b/sim/cris/configure @@ -2693,8 +2693,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 diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 877658b459..342c1b62b8 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/d10v/configure b/sim/d10v/configure index 8e0748f2bf..239d97e4d5 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -2685,8 +2685,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 diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 8653f8b719..e885bda5ba 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 621f44f90c..2ff111e9ac 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 diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index b7e66ee93e..122d147478 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/frv/configure b/sim/frv/configure index 94f23987ac..2c6ec2104d 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -2691,8 +2691,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 diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 686bb335ba..3e54a28e68 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/h8300/configure b/sim/h8300/configure index 473bf0df0a..52c895ca7d 100755 --- a/sim/h8300/configure +++ b/sim/h8300/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 diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index adfd49503c..4cd6f251a2 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/iq2000/configure b/sim/iq2000/configure index e861006fce..d858321c2d 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -2691,8 +2691,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 diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index e593f2b679..2f1a37295e 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/m32c/configure b/sim/m32c/configure index 9c360caa8b..9d8dd713df 100755 --- a/sim/m32c/configure +++ b/sim/m32c/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 diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 32465390b8..8a47048362 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/m32r/configure b/sim/m32r/configure index 0f830f337b..efc2dc6960 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -2691,8 +2691,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 diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index d05ecaad44..3797b17aa1 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 2353f1ad23..1c8d9976fe 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -2689,8 +2689,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 diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index c19734dec1..6a3c1df00b 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/mcore/configure b/sim/mcore/configure index f50955963c..63f6cc3540 100755 --- a/sim/mcore/configure +++ b/sim/mcore/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 diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index f4311ff509..6ea29d6d71 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/mips/configure b/sim/mips/configure index 87cf63c296..5185b89073 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 diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 0bd23f53e7..f0cccb94e4 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 4d88a2bd41..9000261029 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -2692,8 +2692,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 diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index d4c0be0dbc..47bf2aa0ff 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-05-31 Daniel Jacobowitz * Makefile.in: Replace INTLLIBS and INTLDEPS with LIBINTL diff --git a/sim/ppc/configure b/sim/ppc/configure index e43216f176..e385ecea5d 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -2387,8 +2387,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 diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 15ef7ed62c..6b18c0b326 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/sh/configure b/sim/sh/configure index f50955963c..63f6cc3540 100755 --- a/sim/sh/configure +++ b/sim/sh/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 diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index b8f6b9991b..4eacc31d8a 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz * configure: Regenerated. diff --git a/sim/v850/configure b/sim/v850/configure index e4f1bb69dd..c2934cda1a 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -2690,8 +2690,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 -- 2.11.0