GNOME Bugzilla – Bug 582021
autogen: libtoolize must be called before aclocal
Last modified: 2009-05-10 14:42:46 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).
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).
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