Author: pescetti
Date: Sat Jun 8 12:53:32 2013
New Revision: 1490972
URL: http://svn.apache.org/r1490972
Log:
Give a more informative error message about missing dmake-related options.
Modified:
openoffice/trunk/main/configure.in
Modified: openoffice/trunk/main/configure.in
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1490972&r1=1490971&r2=1490972&view=diff
==============================================================================
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Sat Jun 8 12:53:32 2013
@@ -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