mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
messy aclocals tuff
Original commit message from CVS: messy aclocals tuff
This commit is contained in:
parent
f6721ace69
commit
05f747f216
2 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,7 @@ version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0
|
|||
die_check $DIE
|
||||
|
||||
autoconf_2.52d_check || DIE=1
|
||||
aclocal_check || DIE=1
|
||||
|
||||
die_check $DIE
|
||||
|
||||
|
@ -50,7 +51,7 @@ fi
|
|||
toplevel_check $srcfile
|
||||
|
||||
if test -e acinclude.m4; then rm acinclude.m4; fi
|
||||
tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
||||
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
||||
|
||||
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit d521cb2ed89f4d9f402dcd8d519caa3ad6783abd
|
||||
Subproject commit 745e216da016ee67bb498de56969c266ffa29d8c
|
Loading…
Reference in a new issue