* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* common/common.m4: Likewise. * */configure: Regenerate.
This commit is contained in:
parent
44ef17d082
commit
e85e320515
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/arm/configure
vendored
5
sim/arm/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
|
||||
* common.m4: Likewise.
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR.
|
||||
|
2
sim/common/aclocal.m4
vendored
2
sim/common/aclocal.m4
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
5
sim/common/configure
vendored
5
sim/common/configure
vendored
@ -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
|
||||
|
5
sim/cris/configure
vendored
5
sim/cris/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/d10v/configure
vendored
5
sim/d10v/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/erc32/configure
vendored
5
sim/erc32/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/frv/configure
vendored
5
sim/frv/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/h8300/configure
vendored
5
sim/h8300/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/iq2000/configure
vendored
5
sim/iq2000/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/m32c/configure
vendored
5
sim/m32c/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/m32r/configure
vendored
5
sim/m32r/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/m68hc11/configure
vendored
5
sim/m68hc11/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/mcore/configure
vendored
5
sim/mcore/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/mips/configure
vendored
5
sim/mips/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/mn10300/configure
vendored
5
sim/mn10300/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in: Replace INTLLIBS and INTLDEPS with LIBINTL
|
||||
|
5
sim/ppc/configure
vendored
5
sim/ppc/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/sh/configure
vendored
5
sim/sh/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
5
sim/v850/configure
vendored
5
sim/v850/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user