| configure.ac (e4db7d0f) | configure.ac (6849fadb) |
|---|---|
| 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 --- 3358 unchanged lines hidden (view full) --- 3367 if test "$EPM" = "no" ; then 3368 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.]) 3369 else 3370 # Gentoo has some epm which is something different... 3371 AC_MSG_CHECKING([whether the found epm is the right epm]) 3372 if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then 3373 AC_MSG_RESULT([yes]) 3374 else | 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 --- 3358 unchanged lines hidden (view full) --- 3367 if test "$EPM" = "no" ; then 3368 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.]) 3369 else 3370 # Gentoo has some epm which is something different... 3371 AC_MSG_CHECKING([whether the found epm is the right epm]) 3372 if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then 3373 AC_MSG_RESULT([yes]) 3374 else |
| 3375 AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm]) | 3375 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.]) |
| 3376 fi 3377 AC_MSG_CHECKING([epm version]) 3378 EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//` 3379 if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \ 3380 test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then 3381 AC_MSG_RESULT([OK, >= 3.7]) 3382 BUILD_EPM=NO 3383 if test "$_os" = "Darwin"; then --- 3953 unchanged lines hidden --- | 3376 fi 3377 AC_MSG_CHECKING([epm version]) 3378 EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//` 3379 if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \ 3380 test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then 3381 AC_MSG_RESULT([OK, >= 3.7]) 3382 BUILD_EPM=NO 3383 if test "$_os" = "Darwin"; then --- 3953 unchanged lines hidden --- |