diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-03-14 21:35:27 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-03-14 21:35:27 +0000 |
commit | aebe85487e99dd75e1ee8442f3d4768ddc067b8a (patch) | |
tree | 6e5f5bd6508c750753965a685e3e1c9a666dae6b | |
parent | 1a7ff24a0efe880f266fe888744826ad479bd673 (diff) | |
download | gdb-aebe85487e99dd75e1ee8442f3d4768ddc067b8a.zip gdb-aebe85487e99dd75e1ee8442f3d4768ddc067b8a.tar.gz gdb-aebe85487e99dd75e1ee8442f3d4768ddc067b8a.tar.bz2 |
* configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* configure: Regenerate.
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/ppc/configure | 4 | ||||
-rw-r--r-- | sim/ppc/configure.ac | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index c8b4a5a..10aa593 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -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... diff --git a/sim/ppc/configure b/sim/ppc/configure index e385ece..05e92bd 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -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 diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index 2173ffd..b7550f1 100644 --- a/sim/ppc/configure.ac +++ b/sim/ppc/configure.ac @@ -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, |