| configure.ac (063b5acf) | configure.ac (f14519e3) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3518 unchanged lines hidden (view full) --- 3527 EPM_URL=$with_epm_url 3528 AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap]) 3529 EPM= 3530 echo "EPM will be built." 3531 BUILD_EPM=YES 3532 BUILD_TYPE="$BUILD_TYPE EPM" 3533 else 3534 if test "$EPM" = "no" ; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3518 unchanged lines hidden (view full) --- 3527 EPM_URL=$with_epm_url 3528 AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap]) 3529 EPM= 3530 echo "EPM will be built." 3531 BUILD_EPM=YES 3532 BUILD_TYPE="$BUILD_TYPE EPM" 3533 else 3534 if test "$EPM" = "no" ; then |
| 3535 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)]) | 3535 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); run configure with the --help option for a list of possible URLs.]) |
| 3536 else 3537 # Gentoo has some epm which is something different... 3538 AC_MSG_CHECKING([whether the found epm is the right epm]) 3539 if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then 3540 AC_MSG_RESULT([yes]) 3541 else 3542 AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm]) 3543 fi --- 4154 unchanged lines hidden --- | 3536 else 3537 # Gentoo has some epm which is something different... 3538 AC_MSG_CHECKING([whether the found epm is the right epm]) 3539 if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then 3540 AC_MSG_RESULT([yes]) 3541 else 3542 AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm]) 3543 fi --- 4154 unchanged lines hidden --- |