GNOME Bugzilla – Bug 551227
Missing AC_CONFIG_MACRO_DIR([m4])
Last modified: 2008-09-08 21:16:44 UTC
hi, on an Ubuntu intrepid system: Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. I'll attach a patch to add the macro and silence this warning. Bye,
Created attachment 118222 [details] [review] Add AC_CONFIG_MACRO_DIR([m4]) to make libtoolize happy again
dup of bug #491773 ?
Don't think so, bug #491773 is about aclocal. I still get the above libtoolize output with SVN trunk.
Looks good, committing. Sending ChangeLog Sending configure.ac Transmitting file data .. Committed revision 968. 2008-09-09 Loïc Minier <lool@dooz.org> Bug 551227 – Missing AC_CONFIG_MACRO_DIR([m4]) * configure.ac: Add AC_CONFIG_MACRO_DIR.