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 131478 - [PATCH] allow building with automake 1.7
[PATCH] allow building with automake 1.7
Status: RESOLVED FIXED
Product: libart
Classification: Deprecated
Component: Other
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 127746 374506 (view as bug list)
Depends on:
Blocks: 323868
 
 
Reported: 2004-01-14 19:59 UTC by Thomas Cataldo
Modified: 2006-12-06 01:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh patch to build with automake 1.7 (1.13 KB, patch)
2004-01-14 20:01 UTC, Thomas Cataldo
needs-work Details | Review
port build to automake 1.9 (6.05 KB, patch)
2006-12-01 13:56 UTC, Christian Persch
none Details | Review

Description Thomas Cataldo 2004-01-14 19:59:54 UTC
automake 1.4 is hardcoded whereas it is not a hard requirement.
configure.in forces libtool in, so let's libtoolize.

The following patch removes the hardcode 1.4 and adds "libtoolize" to
autogen.sh

With this patch I can build CVS head (configure.in says 2.3.16) without
problem.
Comment 1 Thomas Cataldo 2004-01-14 20:01:07 UTC
Created attachment 23360 [details] [review]
autogen.sh patch to build with automake 1.7
Comment 2 Kjartan Maraas 2005-01-25 00:50:11 UTC
Comment on attachment 23360 [details] [review]
autogen.sh patch to build with automake 1.7

Sorry nobody looked at this before now. It seems the patch doesn't apply
cleanly any more so it will need to be updated if this problem is still there.
It seems to default to 1.4 still at least.
Comment 3 Christian Kirbach 2005-12-09 16:40:13 UTC
Thomas, can you update the patch, please. that would be great.
Comment 4 Christian Persch 2006-12-01 13:56:28 UTC
Created attachment 77485 [details] [review]
port build to automake 1.9

This is required so we can switch gnome-common to automake 1.9-by-default, see bug 323868.
Comment 5 Christian Persch 2006-12-01 13:57:38 UTC
*** Bug 374506 has been marked as a duplicate of this bug. ***
Comment 6 Christian Persch 2006-12-01 13:58:42 UTC
*** Bug 127746 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Larsson 2006-12-01 15:20:42 UTC
Looks good. Please commit.
Comment 8 Kjartan Maraas 2006-12-06 01:18:47 UTC
Commited.