mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +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
|
@ -151,7 +151,11 @@ 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