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 691713 - Obsolete macro AM_CONFIG_HEADERS in autogen.sh
Obsolete macro AM_CONFIG_HEADERS in autogen.sh
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Community Extensions
git master
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-14 13:33 UTC by James Boocock
Modified: 2013-01-14 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changed from obsolete macro (660 bytes, patch)
2013-01-14 13:33 UTC, James Boocock
committed Details | Review

Description James Boocock 2013-01-14 13:33:16 UTC
Created attachment 233442 [details] [review]
Changed from obsolete macro

Running intltoolize --force --copy ...
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
Running libtoolize --force --copy --automake ...
Running aclocal -I build/m4/shamrock -I build/m4/shave -I build/m4/extensions ...
configure.ac:7: 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:7: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
Error: Could not run aclocal, which is required to configure banshee-community-extensions

Patch to silence obsolete error which makes it impossible to build on my Archlinux system with aclocal (GNU automake) 1.13.1.
Comment 2 Andrés G. Aragoneses (IRC: knocte) 2013-01-14 20:46:42 UTC
Thanks James

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.