mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
make libtoolize run like the other tools
Original commit message from CVS: make libtoolize run like the other tools
This commit is contained in:
parent
344cb7291c
commit
48d88402a0
1 changed files with 6 additions and 2 deletions
|
@ -150,8 +150,12 @@ aclocal $ACLOCAL_FLAGS || {
|
|||
|
||||
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||
echo "+ not running libtoolize until libtool fix has flown downstream"
|
||||
# echo "+ running libtoolize ..."
|
||||
# libtoolize --copy --force
|
||||
#echo "+ running libtoolize ..."
|
||||
#libtoolize --copy --force || {
|
||||
# echo
|
||||
# echo "libtoolize failed"
|
||||
# exit 1
|
||||
#}
|
||||
|
||||
echo "+ running autoheader ... "
|
||||
autoheader || {
|
||||
|
|
Loading…
Reference in a new issue