+2001-05-12 Paul Eggert <eggert@twinsun.com>
+
+ * misc/gettextize.in: Replace "test -e" with "test -f", since the
+ 'test' builtin of Solaris 8 /bin/sh doesn't grok "test -e".
+
2001-05-11 Bruno Haible <haible@clisp.cons.org>
* gettextize.in: Tell the user about glibc21.m4.
* Makefile.in.in: Upgrade to gettext-${version}.
EOF
-if test -e $srcdir/po/cat-id-tbl.c; then
+if test -f $srcdir/po/cat-id-tbl.c; then
$echo "Removing po/cat-id-tbl.c"
rm -f $srcdir/po/cat-id-tbl.c
$echo " * cat-id-tbl.c: Remove file." >> $srcdir/po/ChangeLog.tmp
fi
-if test -e $srcdir/po/stamp-cat-id; then
+if test -f $srcdir/po/stamp-cat-id; then
$echo "Removing po/stamp-cat-id"
rm -f $srcdir/po/stamp-cat-id
$echo " * stamp-cat-id: Remove file." >> $srcdir/po/ChangeLog.tmp
+2001-05-15 Bruno Haible <haible@clisp.cons.org>
+
+ * msgcomm-15: Use "test -f", not "test -e". For Solaris.
+
2001-05-02 Bruno Haible <haible@clisp.cons.org>
* msgcomm-16: Change expected result.
mcomm-test15.in1 mcomm-test15.in2 mcomm-test15.in3
# we've no unique msg; thus no PO should be created.
-if test -e mcomm-test15.out; then
+if test -f mcomm-test15.out; then
echo "mcomm-test15.out wrongly written."
result=1
else