mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Some people might have stray acinclude.m4's lying around in their build dir so let's delete them.
Original commit message from CVS: Some people might have stray acinclude.m4's lying around in their build dir so let's delete them. For those that wondered : yes, I ran make distcheck on an anonymous checkout. This would've helped Zeenix. Let me know if you think this is the wrong solution.
This commit is contained in:
parent
00bb5f61d0
commit
ff0c0d262b
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ fi
|
|||
|
||||
toplevel_check $srcfile
|
||||
|
||||
if test -e acinclude.m4; then rm acinclude.m4; fi
|
||||
tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
||||
|
||||
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||
|
|
Loading…
Reference in a new issue