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 525934 - gtk+ configure.in incompatible with libtool 2.2
gtk+ configure.in incompatible with libtool 2.2
Status: RESOLVED DUPLICATE of bug 529336
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-03 10:51 UTC by Rafał Mużyło
Modified: 2008-11-12 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rafał Mużyło 2008-04-03 10:51:23 UTC
If you libtoolize gtk+ with libtool 2.2 (or later), after autoreconf things will break.
From libtool 2.2, libtool script is produced by config.status, to change this behavior LT_OUTPUT macro has to be added after AM_PROG_LIBTOOL, but, of course, this macro was added in libtool 2.2, so it won't work with earlier.
Comment 1 Simos Xenitellis 2008-11-12 23:33:26 UTC

*** This bug has been marked as a duplicate of 529336 ***