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 596731 - autogen.sh doesn't recognize automake-1.11
autogen.sh doesn't recognize automake-1.11
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-29 12:27 UTC by Jannis Pohlmann
Modified: 2009-09-29 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to support automake-1.11. (509 bytes, patch)
2009-09-29 12:27 UTC, Jannis Pohlmann
none Details | Review

Description Jannis Pohlmann 2009-09-29 12:27:16 UTC
Created attachment 144261 [details] [review]
Patch to support automake-1.11.

When compiling gtk-doc from git it bailed out because it couldn't find
automake. It turns out it only checks for versions up to automake-1.10 while I
have automake-1.11 installed.

The attached patch fixes this by adding an additional check for automake-1.11
similar to the others.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-09-29 12:34:43 UTC
commit 60b90a8e66ec2ad7765024dabdd07c22b64ceac3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Sep 29 15:30:01 2009 +0300

    autogen: recognize automake-1.11. Fixes #596731