* configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* configure: Regenerate.
This commit is contained in:
parent
3b49282506
commit
29035cbe96
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-03-14 Nick Hudson <nick.hudson@dsl.pipex.com
|
||||||
|
|
||||||
|
* configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb-sim.c (regnum2spr): Rename to...
|
* gdb-sim.c (regnum2spr): Rename to...
|
||||||
|
|
4
sim/ppc/configure
vendored
4
sim/ppc/configure
vendored
|
@ -2388,8 +2388,8 @@ XGETTEXT=
|
||||||
GMSGFMT=
|
GMSGFMT=
|
||||||
POSUB=
|
POSUB=
|
||||||
|
|
||||||
if test -f ../intl/config.intl; then
|
if test -f ../../intl/config.intl; then
|
||||||
. ../intl/config.intl
|
. ../../intl/config.intl
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: checking whether NLS is requested" >&5
|
echo "$as_me:$LINENO: checking whether NLS is requested" >&5
|
||||||
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
|
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
|
||||||
|
|
|
@ -17,7 +17,7 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
|
||||||
dnl We don't use gettext, but bfd does. So we do the appropriate checks
|
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.
|
dnl to see if there are intl libraries we should link against.
|
||||||
ALL_LINGUAS=
|
ALL_LINGUAS=
|
||||||
ZW_GNU_GETTEXT_SISTER_DIR
|
ZW_GNU_GETTEXT_SISTER_DIR(../../intl)
|
||||||
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(sim-alignment,
|
AC_ARG_ENABLE(sim-alignment,
|
||||||
|
|
Loading…
Add table
Reference in a new issue