summaryrefslogtreecommitdiff
path: root/m4/fp_prog_ar.m4
Commit message (Collapse)AuthorAgeFilesLines
* fp_prog_ar.m4: take AR var into considerationAdrian Ratiu2022-04-011-1/+2
| | | | | | | | | | In ChromeOS and Gentoo we want the ability to use LLVM ar instead of GNU ar even though both are installed, thus we pass (for eg) AR=llvm-ar to configure. Unfortunately GNU ar always gets picked regardless of the AR setting because the check does not consider the AR var when setting fp_prog_ar, hence this fix.
* Break up aclocal.m4Ben Gamari2021-05-051-0/+23