summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-02-01 10:30:21 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-01 10:30:21 -0600
commitd592adf623a35ba8faac15633598a359fc54737e (patch)
tree2b6485a172638a9370cd3bd8fac853fef7c4738c /configure.ac
parenta3e72c308bc1abc62ec05c9efa6416f65e5d5ec3 (diff)
parent6da970bfb95fad97e2b60a61929b63cdf9258d96 (diff)
Merge "BuildSystem: Raise autoconf version requirement to 2.60a."
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 6e54f3c51..4b918837e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,4 @@
-# Process this file with autoconf to produce a configure script.
-#
-# Make sure we use autoconf 2.60 to generate the "configure" script,
-# in case we want to commit it. Other than that, version 2.59 is
-# perfectly fine for our purposes, so people who want to modify
-# this file just have to remember to set the AC_PREREQ argument
-# to something that suits their needs.
-
-AC_PREREQ(2.60)
+AC_PREREQ(2.60a)
AC_INIT([asterisk], [trunk], [https://issues.asterisk.org])