Author: truckman
Date: Sun Aug 28 06:47:36 2016
New Revision: 1758093
URL: http://svn.apache.org/viewvc?rev=1758093&view=rev
Log:
The old download location for the dmake source is gone. Update the
suggested dmake download URL to
<http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2>.
Modified:
openoffice/trunk/main/configure.ac
Modified: openoffice/trunk/main/configure.ac
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1758093&r1=1758092&r2=1758093&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Sun Aug 28 06:47:36 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"
])