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|[ ]\+.*/|,|' \
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],\
sed -f ./djgpp/tscript.sed ./tests/plural.1 > plural.1\r
update plural.1 ./tests/plural.1\r
rm -f plural.1\r
+test -f ./tests/plural-2\r
+if not errorlevel 1 mv -f ./tests/plural-2 ./tests/plural.2\r
touch ./tests/stamp-test\r
echo Done.\r
@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