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 551227 - Missing AC_CONFIG_MACRO_DIR([m4])
Missing AC_CONFIG_MACRO_DIR([m4])
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal minor
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-07 14:12 UTC by Loïc Minier
Modified: 2008-09-08 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add AC_CONFIG_MACRO_DIR([m4]) to make libtoolize happy again (490 bytes, patch)
2008-09-07 14:24 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2008-09-07 14:12:24 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,
Comment 1 Loïc Minier 2008-09-07 14:24:03 UTC
Created attachment 118222 [details] [review]
Add AC_CONFIG_MACRO_DIR([m4]) to make libtoolize happy again
Comment 2 Daniel Macks 2008-09-07 14:49:12 UTC
dup of bug #491773 ?
Comment 3 Loïc Minier 2008-09-07 16:28:47 UTC
Don't think so, bug #491773 is about aclocal.  I still get the above libtoolize output with SVN trunk.
Comment 4 Paul Pogonyshev 2008-09-08 21:16:44 UTC
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.