mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
- use aclocal -I option instead of cat
Original commit message from CVS: - use aclocal -I option instead of cat
This commit is contained in:
parent
e72a89da8b
commit
7e7e371ffe
1 changed files with 1 additions and 4 deletions
|
@ -142,11 +142,8 @@ test -f $srcfile || {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "+ creating acinclude.m4"
|
|
||||||
cat m4/*.m4 > acinclude.m4
|
|
||||||
|
|
||||||
echo "+ running aclocal ..."
|
echo "+ running aclocal ..."
|
||||||
aclocal $ACLOCAL_FLAGS || {
|
aclocal -I m4 $ACLOCAL_FLAGS || {
|
||||||
echo
|
echo
|
||||||
echo "aclocal failed - check that all needed development files are present on system"
|
echo "aclocal failed - check that all needed development files are present on system"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue