* configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
authorNick Hudson <nick.hudson@dsl.pipex.com>
Fri, 14 Mar 2008 20:26:49 +0000 (20:26 +0000)
committerNick Hudson <nick.hudson@dsl.pipex.com>
Fri, 14 Mar 2008 20:26:49 +0000 (20:26 +0000)
        * configure: Regenerate.

sim/ppc/ChangeLog
sim/ppc/configure
sim/ppc/configure.ac

index c8b4a5a2953eebae1421322d4b4b49b94183a098..19e5fd9b27a105123dbe0d162c98fec937657fa0 100644 (file)
@@ -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>
 
        * gdb-sim.c (regnum2spr): Rename to...
index e385ecea5d267ec35baa35ed9500ef32f5db063d..05e92bdc363c52a1951f15ede8b989653916e97d 100755 (executable)
@@ -2388,8 +2388,8 @@ 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
index 2173ffdd6e520bcd781dcb47d84bc4bb56060347..b7550f19f3bc290ac8a9b227eedd9ab24c13e364 100644 (file)
@@ -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 to see if there are intl libraries we should link against.
 ALL_LINGUAS=
-ZW_GNU_GETTEXT_SISTER_DIR
+ZW_GNU_GETTEXT_SISTER_DIR(../../intl)
 
 
 AC_ARG_ENABLE(sim-alignment,
This page took 0.030381 seconds and 4 git commands to generate.