summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-01-28 11:39:10 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-01-29 12:45:41 +0100
commit8c9ea04208e22ffc3601652c00f56a473e207df9 (patch)
tree3cd49d70d696c583c98ccbbb9f69a6cc684fff1e /configure.ac
parent49fbb60d32a7e6ebfce4a6f4754f1bc51c6bf264 (diff)
configure: require autoconf 2.68
LO's own configure doesn't need it, but the ExternalProject_libnumbertext requires this version; since it's available in RHEL6 as "autoconf268", just keep it simple and require it in the top-level configure. Change-Id: I43a6ef10089363c344f06134d75f54685ed7026b Reviewed-on: https://gerrit.libreoffice.org/67002 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 182f5a0f34fa45d2f74ba22eda41d4e39dca93e5) Reviewed-on: https://gerrit.libreoffice.org/67056 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f3632c48ec4..515753fab1b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ dnl in order to create a configure script.
AC_INIT([LibreOffice],[6.2.1.0.0+],[],[],[http://documentfoundation.org/])
-AC_PREREQ([2.59])
+AC_PREREQ([2.68])
if test -n "$BUILD_TYPE"; then
AC_MSG_ERROR([You have sourced config_host.mk in this shell. This may lead to trouble, please run in a fresh (login) shell.])