From: Bruno Haible Date: Fri, 23 Mar 2001 15:39:18 +0000 (+0000) Subject: Update from Juan Manuel Guerrero. X-Git-Tag: v0.10.36~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46139735f47e771e67d8f4969a5e09a3e6af34ef;p=thirdparty%2Fgettext.git Update from Juan Manuel Guerrero. --- diff --git a/djgpp/Makefile.maint b/djgpp/Makefile.maint index 9e114b8b8..c9dc9589e 100644 --- a/djgpp/Makefile.maint +++ b/djgpp/Makefile.maint @@ -9,7 +9,7 @@ all: README fnchange.lst config.sed config.sed: config.in fnchange.in sed \ - -e '/plural-1/ d' \ + -e '/plural-[1-9]\+/ d' \ -e 's|\.h\.in|\\\\\\\\.h\\\\\\\\.in|' \ -e 's|\.in\.in|\\\\\\\\.in\\\\\\\\.in|' \ -e 's|[ ]\+.*/|,|' \ diff --git a/djgpp/config.in b/djgpp/config.in index dd3dc1e66..b3e26e50b 100644 --- a/djgpp/config.in +++ b/djgpp/config.in @@ -15,7 +15,7 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\ s,\\.tab\\.c,_tab.c,g\ s,\\.tab\\.h,_tab.h,g\ @append_list_of_renamed_files@ - /^TESTS[ ]*=/ s,plural-1,plural.1,g\ + /^TESTS[ ]*=/ s,plural-\\([1-9]\\+\\),plural.\\1,g\ /^install-info-am:/,/^$/ {\ /@list=/ s,\\\$(INFO_DEPS),& gettext.i,\ s,file-\\[0-9\\]\\[0-9\\],& \\$\\$file[0-9] \\$\\$file[0-9][0-9],\ diff --git a/djgpp/edtests.bat b/djgpp/edtests.bat index edae703d6..eb3e45555 100644 --- a/djgpp/edtests.bat +++ b/djgpp/edtests.bat @@ -80,5 +80,7 @@ if not errorlevel 1 mv -f ./tests/plural-1 ./tests/plural.1 sed -f ./djgpp/tscript.sed ./tests/plural.1 > plural.1 update plural.1 ./tests/plural.1 rm -f plural.1 +test -f ./tests/plural-2 +if not errorlevel 1 mv -f ./tests/plural-2 ./tests/plural.2 touch ./tests/stamp-test echo Done. diff --git a/djgpp/fnchange.in b/djgpp/fnchange.in index 7ee3892bf..ead785684 100644 --- a/djgpp/fnchange.in +++ b/djgpp/fnchange.in @@ -26,3 +26,4 @@ @V@/tests/xgettext-9 @V@/tests/xgettext.9 @V@/tests/xg-test1.ok.po @V@/tests/xg-test1.ok-po @V@/tests/plural-1 @V@/tests/plural.1 +@V@/tests/plural-2 @V@/tests/plural.2