aboutsummaryrefslogtreecommitdiff
path: root/sim/common/common.m4
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-06-05 14:21:13 +0000
committerDaniel Jacobowitz <drow@false.org>2006-06-05 14:21:13 +0000
commit2f0122dcdf8897b4eca8be0d228447d123c5d6d4 (patch)
tree833e172b9aa648940e68f77e413854a1af7c89e5 /sim/common/common.m4
parent4cfe2c59ff39af52ff71a1230b6fb13a724c884d (diff)
downloadfsf-binutils-gdb-2f0122dcdf8897b4eca8be0d228447d123c5d6d4.zip
fsf-binutils-gdb-2f0122dcdf8897b4eca8be0d228447d123c5d6d4.tar.gz
fsf-binutils-gdb-2f0122dcdf8897b4eca8be0d228447d123c5d6d4.tar.bz2
common/
* aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR. most subdirs/ * configure: Regenerated.
Diffstat (limited to 'sim/common/common.m4')
-rw-r--r--sim/common/common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/common.m4 b/sim/common/common.m4
index cf6e06c..da77325 100644
--- a/sim/common/common.m4
+++ b/sim/common/common.m4
@@ -39,7 +39,7 @@ AC_PROG_RANLIB
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=
-CY_GNU_GETTEXT
+ZW_GNU_GETTEXT_SISTER_DIR
# Check for common headers.
# FIXME: Seems to me this can cause problems for i386-windows hosts.