summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-05-03 07:44:49 +0000
committerHerbert Dürr <hdu@apache.org>2013-05-03 07:44:49 +0000
commit73a1f473b72f86d84f3ae542b6c2750911d6c876 (patch)
treef428089aa67d6e122772e6fc26d25a3646ac31f0
parent0a210d567254d7e72c1f5f7950ae9cc5fc3d0bd9 (diff)
update links for EPM
easysw.com closed its doors after 14years of business. Thanks for providing EPM.
Notes
Notes: merged as: 436be3ca0bc5d78fbd2b897515a087bbf1fda68a
-rw-r--r--configure.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 500f2bdc07ce..e30369103a1c 100644
--- a/configure.in
+++ b/configure.in
@@ -117,7 +117,7 @@ AC_ARG_WITH(afms,
are known to be available.
],,)
AC_ARG_ENABLE(epm,
-[ --disable-epm OO.o includes self-packaging code, that requires
+[ --disable-epm AOO includes self-packaging code, that requires
epm, however epm is useless for large scale
package building.
],,enable_epm="yes")
@@ -129,9 +129,11 @@ 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://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz
- Note that epm is under GPL license.],
-[ EPM_URL="$withval"
+ 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
+ Note that epm is under GPL license.
+],[ EPM_URL="$withval"
])
AC_ARG_WITH(package-format,
[ --with-package-format specify package format(s) for OOo installsets.
@@ -3541,14 +3543,14 @@ if test "$enable_epm" = "yes"; then
BUILD_TYPE="$BUILD_TYPE EPM"
else
if test "$EPM" = "no" ; then
- AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)])
+ AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)])
else
# Gentoo has some epm which is something different...
AC_MSG_CHECKING([whether the found epm is the right epm])
if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes])
else
- AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm])
+ AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm])
fi
AC_MSG_CHECKING([epm version])
EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`