GNU Binutils with patches for OS216
修訂 | aebe85487e99dd75e1ee8442f3d4768ddc067b8a (tree) |
---|---|
時間 | 2008-03-15 06:35:27 |
作者 | Nick Hudson <nick.hudson@dsl....> |
Commiter | Nick Hudson |
@@ -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 | + | |
1 | 6 | 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com> |
2 | 7 | |
3 | 8 | * gdb-sim.c (regnum2spr): Rename to... |
@@ -2388,8 +2388,8 @@ XGETTEXT= | ||
2388 | 2388 | GMSGFMT= |
2389 | 2389 | POSUB= |
2390 | 2390 | |
2391 | -if test -f ../intl/config.intl; then | |
2392 | - . ../intl/config.intl | |
2391 | +if test -f ../../intl/config.intl; then | |
2392 | + . ../../intl/config.intl | |
2393 | 2393 | fi |
2394 | 2394 | echo "$as_me:$LINENO: checking whether NLS is requested" >&5 |
2395 | 2395 | echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 |
@@ -17,7 +17,7 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}} | ||
17 | 17 | dnl We don't use gettext, but bfd does. So we do the appropriate checks |
18 | 18 | dnl to see if there are intl libraries we should link against. |
19 | 19 | ALL_LINGUAS= |
20 | -ZW_GNU_GETTEXT_SISTER_DIR | |
20 | +ZW_GNU_GETTEXT_SISTER_DIR(../../intl) | |
21 | 21 | |
22 | 22 | |
23 | 23 | AC_ARG_ENABLE(sim-alignment, |