summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2018-12-23 17:24:34 -0800
committerJim Meyering <meyering@fb.com>2018-12-23 17:24:49 -0800
commit15059822384415b62f4f7de593abba7c2e05aa57 (patch)
tree14a73b94fb18e82c58aa90c073ef84c62f673953
parent6cd60762b225f5d0afa24a8594aac7b2500cd5fe (diff)
downloaddiffutils-15059822384415b62f4f7de593abba7c2e05aa57.tar.gz
build: make the autoconf-2.63 requirement explicit
* configure.ac: AC_PREREQ: Require 2.63, not 2.59. And quote properly. Autoconf-2.63 has been required for some time via gnulib. This merely makes it explicit.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 681ba6d..c55f274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.61)
+AC_PREREQ([2.63])
AC_INIT([GNU diffutils],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),