mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
fix for libtool issue which has been fixed in cvs (of libtool) until packages are available, we'd probably do best to...
Original commit message from CVS: fix for libtool issue which has been fixed in cvs (of libtool) until packages are available, we'd probably do best to keep ltmain.sh in CVS and not run libtoolize in autogen.sh
This commit is contained in:
parent
3de9788e32
commit
80552c778b
2 changed files with 4950 additions and 2 deletions
|
@ -149,8 +149,9 @@ aclocal $ACLOCAL_FLAGS || {
|
|||
}
|
||||
|
||||
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||
echo "+ running libtoolize ..."
|
||||
libtoolize --copy --force
|
||||
echo "+ not running libtoolize until libtool fix has flown downstream"
|
||||
# echo "+ running libtoolize ..."
|
||||
# libtoolize --copy --force
|
||||
|
||||
echo "+ running autoheader ... "
|
||||
autoheader || {
|
||||
|
|
Loading…
Reference in a new issue