[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 17:01:44 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8bc2018c83aeef691313502a83e42e8a0cc8adf4
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon Jan 28 11:39:10 2019 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 29 18:01:20 2019 +0100

    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 at cib.de>
    (cherry picked from commit 182f5a0f34fa45d2f74ba22eda41d4e39dca93e5)
    Reviewed-on: https://gerrit.libreoffice.org/67057
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/configure.ac b/configure.ac
index 3a3c7ddca9b6..3e0fc099692f 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.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.])


More information about the Libreoffice-commits mailing list