]> git.draconx.ca Git - dxcommon.git/commit
Add AM_PROG_AR to configure.ac.
authorNick Bowler <nbowler@draconx.ca>
Fri, 26 Jan 2024 01:32:12 +0000 (20:32 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:52:03 +0000 (22:52 -0500)
commit4bd99d1590b1a3cb9a8403ac420aa2571bc78af5
tree5478021af1144fc42a164f72b9eb398a29f796e0
parent2f638e51e602982648087e00c788a4751f1a4a8c
Add AM_PROG_AR to configure.ac.

Without this, Automake fails to build static libraries with the
Microsoft compiler tools.

Update DX_AUTOMAKE_COMPAT to wrap ar-lib just like is currently
done with compile, so that it is run with the configured shell
instead of hardcoded /bin/sh.
.gitignore
configure.ac
m4/am-compat.m4