[Libreoffice-commits] core.git: configure.ac
Jan Holesovsky
kendy at collabora.com
Thu Sep 19 03:45:36 PDT 2013
configure.ac | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
New commits:
commit 0b498f34972451cfa6e39ea15807c6a2a2afb95a
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Sep 19 12:43:11 2013 +0200
Don't advertise make dev-install any more.
Change-Id: I171c7e3e55b7f23d331dd1769428fb684fe214eb
diff --git a/configure.ac b/configure.ac
index 93880f8..75a402e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12648,22 +12648,19 @@ fi
cat << _EOF
****************************************************************************
+
To build, issue:
$GNUMAKE
-run: $GNUMAKE help
-for details
+For details, run:
+$GNUMAKE help
_EOF
if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
cat << _EOF
-
-To install when the build is finished, issue:
-$GNUMAKE install
-
-If you want to develop LibreOffice, you might prefer:
-$GNUMAKE dev-install
+After the build has finished, your can immediately run it using:
+instdir/*/program/soffice
If you want to run the smoketest, issue:
$GNUMAKE check
More information about the Libreoffice-commits
mailing list