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 691694 - Configure error using aclocal (GNU automake) 1.13.1
Configure error using aclocal (GNU automake) 1.13.1
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
: 710482 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-01-14 08:28 UTC by James Boocock
Modified: 2013-10-19 12:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix error when using deprecated macro (515 bytes, patch)
2013-01-14 08:28 UTC, James Boocock
none Details | Review
Fixed obsolete macro error (793 bytes, patch)
2013-01-14 09:46 UTC, James Boocock
committed Details | Review

Description James Boocock 2013-01-14 08:28:05 UTC
Created attachment 233419 [details] [review]
Patch to fix error when using deprecated macro

When running autogen.sh this error is spit out to the terminal.

configure.ac:32: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.

Supposedly using the old AM_CONFIG_HEADER is now obsolete and does not work with my version of automake.

Patch added to fix this autogen.sh ran correctly on my system after this.
Comment 1 Andrés G. Aragoneses (IRC: knocte) 2013-01-14 09:13:21 UTC
Can you produce your patch with git format-patch as noted in [1] please? I know the patch is small, but in this case it's essentially to know how to keep attribution of the patch :) (your name is not clear from your bugzilla handle)

[1] https://live.gnome.org/Git/Developers#Contributing_patches

Thanks
Comment 2 James Boocock 2013-01-14 09:46:24 UTC
Created attachment 233425 [details] [review]
Fixed obsolete macro error

Remade patch with git format as you requested  :P
Comment 3 Andrés G. Aragoneses (IRC: knocte) 2013-01-14 13:25:27 UTC
Comment on attachment 233425 [details] [review]
Fixed obsolete macro error

http://git.gnome.org/browse/banshee/commit/?id=3d989e80d0f636331b1261c6de182f912bcaeeb7
Comment 4 Andrés G. Aragoneses (IRC: knocte) 2013-01-14 13:26:06 UTC
Thanks for the patch James! Applied to master.

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.
Comment 5 Bertrand Lorentz 2013-10-19 12:46:12 UTC
*** Bug 710482 has been marked as a duplicate of this bug. ***