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

New commits:
commit d4e13d6d95be1f5b142103027bdf301d855500ba
Author: Norbert Thiebaud <nthieb...@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
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to