Richard Earnshaw <rearnsha@arm.com>
Alexandre Oliva <aoliva@redhat.com> * (ZW_GNU_GETTEXT_SISTER_DIR): Add optional argument for where to search for NLS config file.
This commit is contained in:
parent
a4c5a5dc71
commit
b44733c1c7
|
@ -1,3 +1,9 @@
|
||||||
|
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
|
||||||
|
argument for where to search for NLS config file.
|
||||||
|
|
||||||
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
|
* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
|
||||||
|
|
|
@ -19,8 +19,9 @@ INCINTL= AC_SUBST(INCINTL)
|
||||||
XGETTEXT= AC_SUBST(XGETTEXT)
|
XGETTEXT= AC_SUBST(XGETTEXT)
|
||||||
GMSGFMT= AC_SUBST(GMSGFMT)
|
GMSGFMT= AC_SUBST(GMSGFMT)
|
||||||
POSUB= AC_SUBST(POSUB)
|
POSUB= AC_SUBST(POSUB)
|
||||||
if test -f ../intl/config.intl; then
|
|
||||||
. ../intl/config.intl
|
if test -f ifelse([$1],,[../intl],[$1])/config.intl; then
|
||||||
|
. ifelse([$1],,[../intl],[$1])/config.intl
|
||||||
fi
|
fi
|
||||||
AC_MSG_CHECKING([whether NLS is requested])
|
AC_MSG_CHECKING([whether NLS is requested])
|
||||||
if test x"$USE_NLS" != xyes; then
|
if test x"$USE_NLS" != xyes; then
|
||||||
|
|
Loading…
Reference in New Issue