After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582021 - autogen: libtoolize must be called before aclocal
autogen: libtoolize must be called before aclocal
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-09 23:02 UTC by Marc-Andre Lureau
Modified: 2009-05-10 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen: libtoolize must be called before aclocal (1017 bytes, patch)
2009-05-09 23:02 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2009-05-09 23:02:04 UTC
aclocal gather all the necessary macros. And libtoolize installs m4
    files. They must be present before running aclocal. Without this
    patch, autoconf complains about unknown libtool macros (using 2.2.6a-4
    on Debian).
Comment 1 Marc-Andre Lureau 2009-05-09 23:02:31 UTC
Created attachment 134332 [details] [review]
autogen: libtoolize must be called before aclocal

aclocal gather all the necessary macros. And libtoolize installs m4
files. They must be present before running aclocal. Without this
patch, autoconf complains about unknown libtool macros (using 2.2.6a-4
on Debian).
Comment 2 Sebastian Dröge (slomo) 2009-05-10 14:42:46 UTC
Thanks, committed to all modules and pushed for the ones that are not frozen ATM. I'll push it for core/base/python later.


commit b62f655242928ac48740aafcd1d5516a3be499a5
Author: Marc-Andre Lureau <marcandre.lureau@gmail.com>
Date:   Sun May 10 11:17:27 2009 +0200

    Run libtoolize before aclocal
    
    This unbreaks the build in some cases. Fixes bug #582021