GNOME Bugzilla – Bug 608112
Modernize autotools configuration
Last modified: 2010-01-26 17:06:55 UTC
Patch following
Created attachment 152275 [details] [review] Modernize autotools configuration I've replaced all autoconf deprecated macros. I've updated some required dependencies too, all these packages are present in Debian stable or current Ubuntu (anyway, gedit depends on GTK+ 2.16, which is only present in recent distributions) New required dependencies autoconf >= 2.63.2 (so you can use the url parameter of AC_INIT()) automake >= 1.10 (1.8 is very old) libtool >= 2.2.6 (so you can use thenew LT_INIT() syntax)
Review of attachment 152275 [details] [review]: Apart from the minor comment bellow the patch looks good to me. ::: configure.ac @@ -18,1 @@ AC_DEFINE(GEDIT_MICRO_VERSION, gedit_micro_version, [Gedit micro version]) You sure you can remove here GEDIT_MINOR_VERSION ?
Comment on attachment 152275 [details] [review] Modernize autotools configuration Checking again seems the review tool marked as removed that line but it is not removed, so feel free to push it.
Comment on attachment 152275 [details] [review] Modernize autotools configuration commit e77d04df2ce879ef2915069436d3f68d09959f63
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you Nacho for the review.