mirror of https://github.com/GNOME/gimp.git
Use `test -f' instead of `test -e'.
* configure.in (AC_OUTPUT): Use `test -f' instead of `test -e'.
This commit is contained in:
parent
d8be79f036
commit
dd1f7ccb95
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue