[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] config-daemon.ac: detect host AR
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] config-daemon.ac: detect host AR |
Date: |
Mon, 06 Feb 2017 10:38:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Sergei Trofimovich <address@hidden> skribis:
> The problem is seen when we try to use explicit host:
>
> ./configure --prefix=/usr --localstatedir=/var/lib
> --host=x86_64-pc-linux-gnu
> make V=1
>
> Before the change:
> ar cru libstore.a nix/libstore/libstore_a-gc.o
> After the change:
> x86_64-pc-linux-gnu-ar cru libstore.a
>
> * config-daemon.ac: use AM_PROG_AR to detect host AR
Good catch. Applied, thanks!
Ludo’.