bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: [gettext] Re: gettext fix


From: Bruno Haible
Subject: Re: [gettext] Re: gettext fix
Date: Mon, 30 Apr 2001 22:24:03 +0200 (CEST)

Thomas Kloczko wrote:

> I have another thing.
> Look at http://cvs.pld.org.pl/SOURCES/gettext-gettext.m4-fix.patch?rev=1.2
> This patch is against 0.10.37. This patch reverts to situation from
> 0.10.35. Without this isn't correctly generated files from *.in files.

Thanks, it's already fixed through this patch from H. J. Lu:

diff -c -3 -r1.24 -r1.24.2.1
*** m4/gettext.m4.orig  2001/04/13 02:37:55     1.24
--- m4/gettext.m4       2001/04/30 11:05:03     1.24.2.1
***************
*** 159,168 ****
        POSUB=po
      fi
      AC_OUTPUT_COMMANDS(
!      [case " "$CONFIG_FILES" " in *" po/Makefile.in "* | *" po/Makefile.in:"*)
!         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
!         ;;
!       esac])
  
  
      dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
--- 159,170 ----
        POSUB=po
      fi
      AC_OUTPUT_COMMANDS(
!      [for f in $CONFIG_FILES; do
!         case $f in po/Makefile.in | po/Makefile.in:*)
!           sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
!           ;;
!         esac
!       done])
  
  
      dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL


> IN PLD we are using also some small extension which allow use xgettext
> agains dml files. Patch is avalaible on:
> http://cvs.pld.org.pl/SOURCES/gettext-dml.patch?rev=1.3

Noted, thanks. Support for more languages than C, C++, PO in xgettext
is planned for a future release.

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]