mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 01:41:07 +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 ?
|
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||||
echo "+ not running libtoolize until libtool fix has flown downstream"
|
echo "+ not running libtoolize until libtool fix has flown downstream"
|
||||||
# echo "+ running libtoolize ..."
|
#echo "+ running libtoolize ..."
|
||||||
# libtoolize --copy --force
|
#libtoolize --copy --force || {
|
||||||
|
# echo
|
||||||
|
# echo "libtoolize failed"
|
||||||
|
# exit 1
|
||||||
|
#}
|
||||||
|
|
||||||
echo "+ running autoheader ... "
|
echo "+ running autoheader ... "
|
||||||
autoheader || {
|
autoheader || {
|
||||||
|
|
Loading…
Reference in a new issue