summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-06 17:47:20 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-06 17:47:20 -0500
commita5092b6a9931c8a60813f4f8a038cc5d9771d212 (patch)
tree193f628ac619b78f6551f7466397ece8ac934701
parent72b211419977a211c871232d66e1a668e3cf702f (diff)
downloadxorg-util-macros-a5092b6a9931c8a60813f4f8a038cc5d9771d212.tar.gz
Bump minimum Autoconf required version to 2.62
The main motivation is to catch-up with the development reality and allow use of features in Autoconf 2.62 as well as Automake 1.11. As usual this means no features found only in versions above those specified are allowed. This is implementing the policy change which is described in: http://www.x.org/wiki/Building_the_X_Window_System/?updated#index2h3 Discussion on xorg minimum autotools requirements: http://lists.x.org/archives/xorg-devel/2013-October/038325.html Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d52b10..a412445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.60])
+AC_PREREQ([2.62])
AC_INIT([util-macros],
[1.18.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],