GNOME Bugzilla – Bug 691694
Configure error using aclocal (GNU automake) 1.13.1
Last modified: 2013-10-19 12:46:12 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.
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
Created attachment 233425 [details] [review] Fixed obsolete macro error Remade patch with git format as you requested :P
Comment on attachment 233425 [details] [review] Fixed obsolete macro error http://git.gnome.org/browse/banshee/commit/?id=3d989e80d0f636331b1261c6de182f912bcaeeb7
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.
*** Bug 710482 has been marked as a duplicate of this bug. ***