diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-06-05 14:21:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-06-05 14:21:13 +0000 |
commit | 2f0122dcdf8897b4eca8be0d228447d123c5d6d4 (patch) | |
tree | 833e172b9aa648940e68f77e413854a1af7c89e5 /sim/common/common.m4 | |
parent | 4cfe2c59ff39af52ff71a1230b6fb13a724c884d (diff) | |
download | gdb-2f0122dcdf8897b4eca8be0d228447d123c5d6d4.zip gdb-2f0122dcdf8897b4eca8be0d228447d123c5d6d4.tar.gz 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.m4 | 2 |
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. |