]> sourceware.org Git - systemtap.git/commit
configure.ac: use AM_PROG_AR to autodetect prefixed 'ar'
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 9 Sep 2020 01:08:04 +0000 (21:08 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 9 Sep 2020 01:08:04 +0000 (21:08 -0400)
commit6188d14a3487fd54f430ad5e1209e52b0d6df965
treefcae083d69278b7bc7e7db0a626c6d9f226c1505
parentb3acbda02c37b0118d89a9f87482228e6fff39fd
configure.ac: use AM_PROG_AR to autodetect prefixed 'ar'

Before the change
    ./configure --host=x86_64-pc-linux-gnu
    was using 'ar' tool to generate archives.

After the change it uses x86_64-pc-linux-gnu-ar tool.

It's useful for selecting one of multiple available
prefixed toolchains.

WARNING: Did not regenerate autotools files.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
aclocal.m4
configure
configure.ac
This page took 0.028536 seconds and 5 git commands to generate.