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 691343 - Configure fails with automake 1.13
Configure fails with automake 1.13
Status: RESOLVED FIXED
Product: libgnome-keyring
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-08 14:19 UTC by Simonas Kazlauskas
Modified: 2019-02-22 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build with automake 1.13 (788 bytes, patch)
2013-01-14 17:42 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review

Description Simonas Kazlauskas 2013-01-08 14:19:06 UTC
Running aclocal-1.13...
configure.ac:6: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:6: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1
*** Error during phase configure of libgnome-keyring: ########## Error running ./autogen.sh --prefix /home/nagisa/documents/jhbuild/gnome --libdir '/home/nagisa/documents/jhbuild/gnome/lib64'  --disable-static --disable-gtk-doc  *** [8/22]

Simple s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ fixes the issue.
Comment 1 Nuno Araujo (IRC: russo79) 2013-01-14 17:42:48 UTC
Created attachment 233459 [details] [review]
Fix the build with automake 1.13
Comment 2 Stef Walter 2013-02-12 06:00:10 UTC
Attachment 233459 [details] pushed as 1b6e984 - Fix the build with automake 1.13

Thanks for the patch