• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂aebe85487e99dd75e1ee8442f3d4768ddc067b8a (tree)
時間2008-03-15 06:35:27
作者Nick Hudson <nick.hudson@dsl....>
CommiterNick Hudson

Log Message

        • configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
        • configure: Regenerate.

Change Summary

差異

--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,8 @@
1+2008-03-14 Nick Hudson <nick.hudson@dsl.pipex.com>
2+
3+ * configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
4+ * configure: Regenerate.
5+
16 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
27
38 * gdb-sim.c (regnum2spr): Rename to...
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -2388,8 +2388,8 @@ XGETTEXT=
23882388 GMSGFMT=
23892389 POSUB=
23902390
2391-if test -f ../intl/config.intl; then
2392- . ../intl/config.intl
2391+if test -f ../../intl/config.intl; then
2392+ . ../../intl/config.intl
23932393 fi
23942394 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
23952395 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -17,7 +17,7 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
1717 dnl We don't use gettext, but bfd does. So we do the appropriate checks
1818 dnl to see if there are intl libraries we should link against.
1919 ALL_LINGUAS=
20-ZW_GNU_GETTEXT_SISTER_DIR
20+ZW_GNU_GETTEXT_SISTER_DIR(../../intl)
2121
2222
2323 AC_ARG_ENABLE(sim-alignment,