You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/25 21:01:26 UTC

svn commit: r1788690 - /openoffice/trunk/main/configure.ac

Author: mseidel
Date: Sat Mar 25 21:01:26 2017
New Revision: 1788690

URL: http://svn.apache.org/viewvc?rev=1788690&view=rev
Log:
Changed URL for epm download

Modified:
    openoffice/trunk/main/configure.ac

Modified: openoffice/trunk/main/configure.ac
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1788690&r1=1788689&r2=1788690&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Sat Mar 25 21:01:26 2017
@@ -130,9 +130,9 @@ AC_ARG_WITH(epm,
 ],,)
 AC_ARG_WITH(epm-url,
 [  --with-epm-url=<URL>    Specify the location of downloadable epm source code. For example:
-                            http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
+                            https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
                           or
-                            http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
+                            http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
                           Version 3.7 or later is required. Note that epm is under GPL license.
 ],[  EPM_URL="$withval"
 ])