* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.

* common/common.m4: Likewise.
	* */configure: Regenerate.
This commit is contained in:
Richard Earnshaw 2006-06-13 08:06:50 +00:00
parent 44ef17d082
commit e85e320515
35 changed files with 119 additions and 36 deletions

5
sim/mcore/configure vendored
View file

@ -2683,8 +2683,9 @@ INCINTL=
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