Author: arielch
Date: Sat Sep 17 08:15:50 2016
New Revision: 1761157
URL: http://svn.apache.org/viewvc?rev=1761157&view=rev
Log:
i127118 - Update dmake URL in configure
Cherrypicked from Revision 1758093
Modified:
openoffice/branches/AOO413/main/configure.in
Modified: openoffice/branches/AOO413/main/configure.in
URL:
http://svn.apache.org/viewvc/openoffice/branches/AOO413/main/configure.in?rev=1761157&r1=1761156&r2=1761157&view=diff
==============================================================================
--- openoffice/branches/AOO413/main/configure.in (original)
+++ openoffice/branches/AOO413/main/configure.in Sat Sep 17 08:15:50 2016
@@ -28,7 +28,7 @@ AC_ARG_WITH(dmake-path,
])
AC_ARG_WITH(dmake-url,
[ --with-dmake-url=<URL> Specify the location of downloadable dmake source
code. For example:
-
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
+
http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
Note that dmake is under GPL license.],
[ DMAKE_URL="$withval"
])