Author: mseidel
Date: Fri Jun 28 16:41:19 2019
New Revision: 1862285
URL: http://svn.apache.org/viewvc?rev=1862285&view=rev
Log:
Fixed path to epm
Modified:
openoffice/branches/AOO417/main/configure.in
Modified: openoffice/branches/AOO417/main/configure.in
URL:
http://svn.apache.org/viewvc/openoffice/branches/AOO417/main/configure.in?rev=1862285&r1=1862284&r2=1862285&view=diff
==============================================================================
--- openoffice/branches/AOO417/main/configure.in (original)
+++ openoffice/branches/AOO417/main/configure.in Fri Jun 28 16:41:19 2019
@@ -127,9 +127,7 @@ AC_ARG_WITH(epm,
],,)
AC_ARG_WITH(epm-url,
[ --with-epm-url=<URL> Specify the location of downloadable epm 3.7 source
code. For example:
-
http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
- or
-
http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
+
https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
Note that epm is under GPL license.
],[ EPM_URL="$withval"
])