summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2001-05-25 19:29:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-25 19:29:39 +0000
commitaf7a313060db5fb408221ac9d9a224ee2e5d9871 (patch)
tree581694d2b7ccd8e38c11e1613eee92275ed58a24
parent63f56bdd441ca34761202dc502b374e790d552ee (diff)
downloadgnome-common-libglade-1-0.tar.gz
merge changes from HEAD into libglade-1-0libglade-1-0
svn path=/branches/libglade-1-0/; revision=1773
-rw-r--r--macros/gnome-gettext.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4
index 6839855..5b173b7 100644
--- a/macros/gnome-gettext.m4
+++ b/macros/gnome-gettext.m4
@@ -21,6 +21,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS],
AC_MSG_RESULT($USE_NLS)
AC_SUBST(USE_NLS)
+ BUILD_INCLUDED_LIBINTL=no
USE_INCLUDED_LIBINTL=no
dnl If we use NLS figure out what method
@@ -197,6 +198,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS],
done
dnl Make all variables we use known to autoconf.
+ AC_SUBST(BUILD_INCLUDED_LIBINTL)
AC_SUBST(USE_INCLUDED_LIBINTL)
AC_SUBST(CATALOGS)
AC_SUBST(CATOBJEXT)