+2001-05-12 Paul Eggert <eggert@twinsun.com>
+
+ * 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