Re: patch for compatibility for newer gettext



Darin Adler <darin bentspoon com> writes:

> 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.

No, you don't need it on HEAD. HEAD doesn't use gettextize,
so it doesn't matter there. (And also has already been
updated to work with new gettext in some other ways that
are relevant.)

> I am assuming that Owen knows for sure.
> 
> Owen, is it OK to commit this change?

Yes, please go ahead for the stable branch,

                                        Owen

 
> 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
> ===================================================================




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