summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-01-31 15:41:33 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-01-31 22:47:26 +0100
commit86ca46e30ba9d9f070400a1bd860b3978b537758 (patch)
tree36bd32a016637ef5f956c328d14343d5e1ba7af9 /configure.ac
parenta7815e365bdb5544a0a9c63c6d730cf591f286d7 (diff)
Revert "configure: require autoconf 2.68"
This reverts commit 8bc2018c83aeef691313502a83e42e8a0cc8adf4. No longer needed for libnumbertext. Change-Id: I093cffacc26c71b1a687d7e0a1d228561097ded0 Reviewed-on: https://gerrit.libreoffice.org/67220 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.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 a208887fb3c0..f895e3ba1177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ dnl in order to create a configure script.
AC_INIT([LibreOffice],[6.1.6.0.0+],[],[],[http://documentfoundation.org/])
-AC_PREREQ([2.68])
+AC_PREREQ([2.59])
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.])