From 02f335ce54585f99868b37716a0bc740c97237c2 Mon Sep 17 00:00:00 2001 From: bert Date: Sun, 15 Jan 2017 11:44:19 +0100 Subject: [PATCH] Bump the autoconf version from 2.60 to 2.69. Signed-off-by: bert --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1f739ef67d..b75ded5c9c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([pcb], [1.99z]) AC_CONFIG_SRCDIR([src/draw.c]) -AC_PREREQ([2.60]) +AC_PREREQ([2.69]) AM_INIT_AUTOMAKE([1.9]) AC_GNU_SOURCE AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT