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. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r114603
This commit is contained in:
parent
cda5bf3902
commit
c68ecf64bf
@ -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>
|
||||
|
||||
* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
|
||||
|
@ -19,8 +19,9 @@ INCINTL= AC_SUBST(INCINTL)
|
||||
XGETTEXT= AC_SUBST(XGETTEXT)
|
||||
GMSGFMT= AC_SUBST(GMSGFMT)
|
||||
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
|
||||
AC_MSG_CHECKING([whether NLS is requested])
|
||||
if test x"$USE_NLS" != xyes; then
|
||||
|
Loading…
Reference in New Issue
Block a user