Use -f instead of -e since -e does not work in Solaris /bin/sh.

Original commit message from CVS:
Use -f instead of -e since -e does not work in Solaris /bin/sh.
This commit is contained in:
Brian Cameron 2003-05-01 13:17:34 +00:00
parent 3b9be92287
commit 0d51c139ca

View file

@ -56,7 +56,7 @@ fi
toplevel_check $srcfile
if test -e acinclude.m4; then rm acinclude.m4; fi
if test -f acinclude.m4; then rm acinclude.m4; fi
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "libtoolize" "--copy --force"