summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <posix.ru@gmail.com>2015-06-04 01:07:37 +0200
committerAlexander Naumov <posix.ru@gmail.com>2015-06-04 01:07:37 +0200
commitcbd56846a7cff9470b4a0865a8f7ce3c8f22a93a (patch)
treeadece9e6b744ee07d69d71aa7dee573e6f6eaefb
parenta8dc1fb5b47ee52c79884fc5270805a3a39cda4a (diff)
downloadscreen-cbd56846a7cff9470b4a0865a8f7ce3c8f22a93a.tar.gz
Add AC_PREREQ to specify min autoconf version
Bugfix for: bug #38201 Thanks to Seth LaForge <sethml@google.com> Signed-off-by: Alexander Naumov <alexander_naumov@opensuse.org>
-rw-r--r--src/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 87fd43b..ffe2e37 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -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