summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-01-31 15:44:52 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-01-31 22:52:00 +0100
commit7e8df022feeb0fc8d2ce7c87f0cfed39c2fb36df (patch)
treefd13f64da9acb043517bb040062483a5499abad6 /configure.ac
parent83974316398b0754f1f8b172ddfccf882887d2fe (diff)
Revert "configure: require autoconf 2.68"
This reverts commit 8c9ea04208e22ffc3601652c00f56a473e207df9. No longer needed for libnumbertext. Change-Id: Ic4ac85e27bf834d89954d68b7f86725d9f668564 Reviewed-on: https://gerrit.libreoffice.org/67221 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 6674447ecec3..52fdb95d2f37 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.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.])