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 552107 - Small libtool fixes
Small libtool fixes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-13 12:00 UTC by Patryk Zawadzki
Modified: 2008-10-10 23:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
The current patch we use (797 bytes, patch)
2008-09-13 12:01 UTC, Patryk Zawadzki
committed Details | Review

Description Patryk Zawadzki 2008-09-13 12:00:47 UTC
gtk+ uses libtool during the configure checks and it needs to be regenerated early if system libtool is different from the one used to generate the package.

Another fix is quoting the $deplibs_check_method in dep tracking.

This bug is part of pushing PLD patches upstream.
Comment 1 Patryk Zawadzki 2008-09-13 12:01:26 UTC
Created attachment 118653 [details] [review]
The current patch we use
Comment 2 Behdad Esfahbod 2008-09-14 21:10:34 UTC
I like this fix.  There's a dup somewhere.
Comment 3 Matthias Clasen 2008-09-16 04:55:17 UTC
Sure, if it works with 1.x, then it is fine to commit.
Comment 4 Matthias Clasen 2008-09-17 15:10:38 UTC
2008-09-17  Matthias Clasen  <mclasen@redhat.com>

        Bug 552107 – Small libtool fixes

        * configure.in: Regenerate libtool early, quote $deplibs_check_method.
        Patch by Patryk Zawadzki
Comment 5 Behdad Esfahbod 2008-10-10 23:58:29 UTC
Also applied to pango:

2008-10-10  Behdad Esfahbod  <behdad@gnome.org>

        Bug 552107 – Small libtool fixes

        * configure.in: Regenerate libtool early, quote $deplibs_check_method.
        Patch by Patryk Zawadzki