configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cf770e1f52b6e222a78ee008137471b0033aa42e
Author: Andrea Pescetti <[email protected]>
Date:   Sat Jun 8 12:56:37 2013 +0000

    Give a more informative error message about missing epm-related options.

diff --git a/configure.in b/configure.in
index 5c6088d..237fdf7 100644
--- a/configure.in
+++ b/configure.in
@@ -3532,7 +3532,7 @@ if test "$enable_epm" = "yes"; then
          BUILD_TYPE="$BUILD_TYPE EPM"
       else
          if test "$EPM" = "no" ; then
-           AC_MSG_ERROR([no. Install ESP Package Manager 
(http://www.msweet.org/projects.php?Z2) and/or specify the path to the right 
epm (--with-epm). Or specify an Url to an epm-3.7 source package 
(--with-epm-url)])
+           AC_MSG_ERROR([no. Install ESP Package Manager 
(http://www.msweet.org/projects.php?Z2) and/or specify the path to the right 
epm (--with-epm). Or specify an URL to an epm-3.7 source package 
(--with-epm-url); run configure with the --help option for a list of possible 
URLs.])
         else
            # Gentoo has some epm which is something different...
             AC_MSG_CHECKING([whether the found epm is the right epm])
commit fcb3d19db75d4d250ab9ed239208a7eece61c822
Author: Andrea Pescetti <[email protected]>
Date:   Sat Jun 8 12:53:32 2013 +0000

    Give a more informative error message about missing dmake-related options.

diff --git a/configure.in b/configure.in
index 4365235..5c6088d 100644
--- a/configure.in
+++ b/configure.in
@@ -1866,7 +1866,7 @@ if test "$DMAKE" = "no"; then
        AC_MSG_RESULT([dmake will be downloaded and compiled in bootstrap])
        DMAKE=
     else
-       AC_MSG_ERROR([no URL for dmake source code specified, either.])
+       AC_MSG_ERROR([no URL for dmake source code specified, either. Use 
--with-dmake-url to supply an URL; run configure with the --help option for a 
list of possible URLs.])
        BUILD_DMAKE=YES
     fi
 else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to