[Libreoffice-commits] core.git: Branch 'aoo/trunk' - configure.in
Andrea Pescetti
pescetti at apache.org
Sat Jun 8 15:07:33 PDT 2013
configure.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 8b87a60b681b4768d04e7a980c0d96e106a2f84a
Author: Andrea Pescetti <pescetti at apache.org>
Date: Sat Jun 8 20:07:11 2013 +0000
Provide some more guidance on getting unowinreg.dll for first-time builders.
diff --git a/configure.in b/configure.in
index 237fdf7..5181864 100644
--- a/configure.in
+++ b/configure.in
@@ -3789,7 +3789,8 @@ if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then
AC_MSG_ERROR([for rebuilding unowinreg.dll you need the mingw32 C++ compiler.
Specify mingw32 g++ executable name with --with-mingwin.
Or use prebuilt one from http://tools.openoffice.org/unowinreg_prebuild/680/ and
- put it into external/unowinreg])
+ put it into external/unowinreg using your browser or a command equivalent to:
+ wget -O external/unowinreg/unowinreg.dll http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll])
fi
if echo "$WITH_MINGWIN" | $EGREP -q "/"; then
if ! test -x "$WITH_MINGWIN"; then MINGWCXX=false; else MINGWCXX=`basename $WITH_MINGWIN`; fi
More information about the Libreoffice-commits
mailing list