Applied a patch from Owen Taylor to keep this in sync with
AC_GTK_GETTEXT from gtk+/acinclude.m4. 1999-01-20 Martin Baulig <martin@home-of-linux.org> * acinclude.m4 (ac_result): Unset CATOBJEXT so that the macros and Makefiles correctly handle disabling NLS when no gettext is found. svn path=/trunk/; revision=616
This commit is contained in:

committed by
Martin Baulig

parent
e79ebe3019
commit
2f77d8f40d
@ -1,3 +1,9 @@
|
||||
1999-01-20 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* acinclude.m4 (ac_result): Unset CATOBJEXT so
|
||||
that the macros and Makefiles correctly handle
|
||||
disabling NLS when no gettext is found.
|
||||
|
||||
1999-01-19 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner.
|
||||
|
@ -132,7 +132,9 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
|
||||
if test "$nls_cv_use_gnu_gettext" != "yes"; then
|
||||
AC_DEFINE(ENABLE_NLS)
|
||||
# else
|
||||
else
|
||||
# Unset this variable since we use the non-zero value as a flag.
|
||||
CATOBJEXT=
|
||||
# dnl Mark actions used to generate GNU NLS library.
|
||||
# INTLOBJS="\$(GETTOBJS)"
|
||||
# AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
|
Reference in New Issue
Block a user