summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <posix.ru@gmail.com>2015-06-03 23:45:24 +0200
committerAlexander Naumov <posix.ru@gmail.com>2015-06-03 23:45:24 +0200
commit3e41beaae081493569b11353c47b8fca17785ec6 (patch)
treec8a11a505926175a5e700399ff36b32b0feae342
parenta57d750e2a38da6617d13c4949d5bf7c95292ff6 (diff)
downloadscreen-3e41beaae081493569b11353c47b8fca17785ec6.tar.gz
Add AC_PREREQ to specify min autoconf version
Bugfix for: https://savannah.gnu.org/bugs/?38201 Thanks to Seth LaForge <sethml@google.com> Signed-off-by: Alexander Naumov <alexander_naumov@opensuse.org>
-rw-r--r--src/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index e5d8676..d88af75 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -8,6 +8,7 @@ dnl
AC_REVISION($Revision$)dnl
AC_INIT(screen.c)
AC_CONFIG_HEADER(config.h)
+AC_PREREQ(2.60)
dnl
dnl Define some useful macros