gettext fix for gconf's acinclude.m4



For a long time, I've had this patch sitting around in my gconf (stable branch) cvs directory. I think I did this at the same time I fixed a lot of other packages, and that this makes gconf compile correctly with never versions of gettext.

Should I commit this? What about on HEAD?

Index: acinclude.m4
===================================================================
RCS file: /cvs/gnome/gconf/acinclude.m4,v
retrieving revision 1.1
diff -p -u -r1.1 acinclude.m4
--- acinclude.m4	2000/09/15 04:30:23	1.1
+++ acinclude.m4	2001/07/24 16:48:09
@@ -22,6 +22,7 @@ AC_DEFUN(AM_GCONF_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
@@ -202,6 +203,7 @@ AC_DEFUN(AM_GCONF_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)

===================================================================

    -- Darin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]