Use `test -f' instead of `test -e'.

* configure.in (AC_OUTPUT): Use `test -f' instead of `test -e'.
This commit is contained in:
Raja R Harinath 1999-01-11 01:28:51 +00:00
parent d8be79f036
commit dd1f7ccb95
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-01-10 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_OUTPUT): Use `test -f' instead of `test -e'.
Sun Jan 11 00:24:21 GMT 1999 Austin Donnelly <austin@greenend.org.uk>
Bit of a large checkin this - it's basically three things:

View File

@ -792,7 +792,7 @@ data/patterns/Makefile],
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
case "$CONFIG_FILES" in
*plug-ins/perl*)
if test -e plug-ins/perl/config.status; then
if test -f plug-ins/perl/config.status; then
( cd plug-ins/perl; . config.status )
fi
;;