mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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
9b4085d37c
commit
f42e3ac8cc
1 changed files with 1 additions and 4 deletions
|
@ -137,11 +137,8 @@ if test -z "$*"; then
|
|||
echo "to pass any to it, please specify them on the $0 command line."
|
||||
fi
|
||||
|
||||
echo "+ creating acinclude.m4"
|
||||
cat m4/*.m4 > acinclude.m4
|
||||
|
||||
echo "+ running aclocal ..."
|
||||
aclocal $ACLOCAL_FLAGS || {
|
||||
aclocal -I m4 $ACLOCAL_FLAGS || {
|
||||
echo
|
||||
echo "aclocal failed - check that all needed development files are present on system"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue