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 615536 - autogen.sh: require automake 1.7
autogen.sh: require automake 1.7
Status: RESOLVED FIXED
Product: libgnome-keyring
Classification: Core
Component: General
2.30.x
Other All
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-04-12 15:30 UTC by Adrian Bunk
Modified: 2019-02-22 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: require automake 1.7 (1.26 KB, patch)
2010-04-12 15:30 UTC, Adrian Bunk
none Details | Review

Description Adrian Bunk 2010-04-12 15:30:59 UTC
Created attachment 158492 [details] [review]
autogen.sh: require automake 1.7

Building from git with automake 1.4 failed with:

<--  snip  -->

./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-gtk-doc --disable-xml-docs --disable-doxygen-docs --disable-docbook --disable-docs --disable-demos --disable-examples --disable-tests --disable-debug
/scratchbox/devkits/doctools/bin/gnome-autogen.sh
mchecking for autoconf >= 2.53...
  testing autoconf2.50... found 2.61
checking for automake = 1.4...
  testing automake-1.4... found 1.4
...
Running aclocal-1.4...
aclocal: configure.in: 14: macro `AM_PROG_CC_C_O' not found in library
make: *** [__matrix_build] Error 1

<--  snip  -->

I haven't tried 1.5 or 1.6, but since 1.7 was released in 2002
requiring it shouldn't be a problem.
Comment 1 Stef Walter 2010-09-11 20:54:05 UTC
Removed the requirement for a specific version of automake in git master. Does that accomplish what you needed?
Comment 2 Adrian Bunk 2010-09-12 10:05:28 UTC
Not sure what you are referring to, but AM_PROG_CC_C_O is still used, and it still fails for me when 1.4 gets picked up.
Comment 3 Stef Walter 2010-10-19 02:39:00 UTC
Fixed in master. Forgot to close this bug.