[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] [PATCH acl 2/8] Fix for incompatibility with autoconf2.1
From: |
Mike Frysinger |
Subject: |
Re: [Acl-devel] [PATCH acl 2/8] Fix for incompatibility with autoconf2.13 |
Date: |
Sat, 12 Nov 2022 21:25:46 +0700 |
On 20 Jul 2019 04:24, Guillem Jover wrote:
> From: Wookey <wookey@linaro.org>
>
> This package will not build if autconf2.13 is installed. Adding AC_PREREQ
> allows the automatic checks to run the correct version of autconf,
> whichever is installed, or to get a clear error message about the problem.
>
> Signed-off-by: Guillem Jover <guillem@hadrons.org>
> ---
> configure.ac | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure.ac b/configure.ac
> index 92d6faa..5ff8a64 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -14,6 +14,7 @@
> # along with this program. If not, see <http://www.gnu.org/licenses/>.
> #
>
> +AC_PREREQ([2.59])
i bumped it to 2.69 & pushed, thanks
-mike
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Acl-devel] [PATCH acl 2/8] Fix for incompatibility with autoconf2.13,
Mike Frysinger <=