]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Solaris portability.
authorBruno Haible <bruno@clisp.org>
Tue, 15 May 2001 18:57:57 +0000 (18:57 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:48 +0000 (16:35 +0200)
misc/ChangeLog
misc/gettextize.in

index 22c7609330502f332cafd1ba062191a0aa08d649..1b9ec598db7156ca980d824935a4ed8bac1a2a6d 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 3f3192b147ac725a1dfbb02b8ce6478bd9b059f0..19731c0ea8aac781cc5aa03537325ceb726a2c06 100644 (file)
@@ -177,12 +177,12 @@ $DATE  gettextize  <bug-gnu-utils@gnu.org>
 
        * 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