GNOME Bugzilla – Bug 631176
Update autotools configuration
Last modified: 2010-10-03 13:04:33 UTC
See http://live.gnome.org/GnomeGoals/ModernAutotools
Created attachment 171577 [details] [review] Update autotools configuration I've replaced all autoconf deprecated macros. New required dependencies autoconf >= 2.64 (so you can use the url parameter of AC_INIT()) automake >= 1.11.1 (1.11.1 fix a security issue present in the make dist and make distcheck rules of all packages using Automake) libtool >= 2.2 (so you can use the new LT_INIT() syntax)
Created attachment 171578 [details] [review] Use PACKAGE_URL for project webpage
Comment on attachment 171577 [details] [review] Update autotools configuration Patch looks good, please feel free to commit. Thank you for your time, Javier.
Comment on attachment 171578 [details] [review] Use PACKAGE_URL for project webpage This patch is OK to commit to master. Thanks.
Comment on attachment 171577 [details] [review] Update autotools configuration commit d80e9b3bc969bb2ce9d7f2f78f9cdfcb2be7863a
Comment on attachment 171578 [details] [review] Use PACKAGE_URL for project webpage commit 0e21c5f855407a580766757586598fb0d78c5d42
Thanks for your reviews Dodji! This problem has been fixed in the development version. The fix will be available in the next major software release.