[Libreoffice-commits] .: configure.in

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Nov 11 08:35:51 PST 2010


 configure.in |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9785d5c67ac63ad2386c370106d79d425001fa97
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Nov 11 17:34:35 2010 +0100

    More autoconf cleanup

diff --git a/configure.in b/configure.in
index b3651e1..fb50d2f 100755
--- a/configure.in
+++ b/configure.in
@@ -623,6 +623,9 @@ TOOLSDIR=$BASEDIR
 # modified also by other options
 OOO_ADDITIONAL_SECTIONS=
 
+AC_MSG_CHECKING([whether autoconf still sucks])
+AC_MSG_RESULT([yes])
+
 AC_PATH_PROG(PERL, perl)
 if test -z "$PERL"; then
     AC_MSG_ERROR([perl not found; required for libreoffice])
@@ -737,7 +740,7 @@ AC_SUBST(PIECE)
 # sources, so the following warning is always printed
 warn_use_download="        ./download
 "
-AC_MSG_CHECKING( for directory where to download sources )
+AC_MSG_CHECKING([for directory where to download sources])
 if test "z$with_srcdir" = "z"; then
     SRCDIR=$BASEDIR/src
 elif (echo "${with_srcdir}" | $GREP -v -q "^/"); then


More information about the Libreoffice-commits mailing list