patch for compatibility for newer gettext
- From: Darin Adler <darin bentspoon com>
- To: Owen Taylor <otaylor redhat com>
- Cc: gtk-devel-list gnome org
- Subject: patch for compatibility for newer gettext
- Date: Tue, 24 Jul 2001 11:25:16 -0700
I just noticed this patch sitting around on my machine.
Is this fix for gettext needed? I think it is needed both on the stable
branch and on head, if we want to be able to autogen with newer versions
of gettext.
I am assuming that Owen knows for sure.
Owen, is it OK to commit this change?
Index: acinclude.m4
===================================================================
RCS file: /cvs/gnome/gtk+/acinclude.m4,v
retrieving revision 1.9.2.7
diff -p -u -r1.9.2.7 acinclude.m4
--- acinclude.m4 2000/02/03 01:07:42 1.9.2.7
+++ acinclude.m4 2001/07/24 18:22:40
@@ -452,6 +452,7 @@ AC_DEFUN(AM_GTK_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
@@ -632,6 +633,7 @@ AC_DEFUN(AM_GTK_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)
Index: examples/helloworld/.cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null Tue May 5 16:32:27 1998
+++ .cvsignore Tue Jul 24 14:22:41 2001
@@ -0,0 +1 @@
+helloworld
===================================================================
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]