mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
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:
parent
3b9be92287
commit
0d51c139ca
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue