configure.in |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit e6dfd9da6bdc0b2bf8c9990eca83207edf86011f
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Mon Jun 25 09:32:30 2012 +0300

    Improve help message at end of configure
    
    Change-Id: I2afa40a0da8fb0df5e9a1ae5f9aee4300854a656

diff --git a/configure.in b/configure.in
index b1f049d..b10ad8d 100644
--- a/configure.in
+++ b/configure.in
@@ -12010,6 +12010,14 @@ cat << _EOF
 To build, issue:
 $GNUMAKE
 
+run: $GNUMAKE help
+for details
+
+_EOF
+
+if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
+    cat << _EOF
+
 To install when the build is finished, issue:
 $GNUMAKE install
 
@@ -12019,12 +12027,7 @@ $GNUMAKE dev-install
 If you want to run the smoketest, issue:
 $GNUMAKE check
 
-ATTENTION: Env.Host.sh and Env.Build.sh are no more.
-The environment is now in config_host.mk and config_build.mk (for 
cross-compile)
-You do not need to source them, even for partial build.
-run: make help
-for details
-
 _EOF
+fi
 
 dnl vim:set shiftwidth=4 softtabstop=4 expandtab:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to