[Libreoffice-commits] .: configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue Sep 20 12:32:24 PDT 2011


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

New commits:
commit d4e13d6d95be1f5b142103027bdf301d855500ba
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Sep 20 14:32:00 2011 -0500

    lower the autoconf requirement to 2.61 in order to pass on MacOSX

diff --git a/configure.in b/configure.in
index 803b957..60f6667 100755
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl configure.in serves as input for the GNU autoconf package
 dnl in order to create a configure script.
 
 AC_INIT([LibreOffice], [3.5],,, [http://documentfoundation.org/])
-AC_PREREQ(2.65)
+AC_PREREQ(2.61)
 
 ###############################################################################
 # Extensions switches --enable/--disable


More information about the Libreoffice-commits mailing list