]> git.draconx.ca Git - cdecl99.git/commitdiff
Add AM_PROG_AR to configure.ac.
authorNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:56:01 +0000 (22:56 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:56:29 +0000 (22:56 -0500)
Without this, Automake fails to build static libraries with the
Microsoft compiler tools.

.gitignore
configure.ac

index 0c4212ebc0f0c95f8a6dc140644cc26f92b84ba1..c996c94e427aee10b6207a446d550eab70d13bd6 100644 (file)
@@ -9,6 +9,7 @@
 /ABOUT-NLS
 /INSTALL
 /aclocal.m4
+/ar-lib
 /atconfig
 /atlocal
 /autom4te.cache
index d8a413b14669ce1d31caf94cee173d6db4de46b2..aed400e86e0150fe2397ef348129e9a3b489a61a 100644 (file)
@@ -32,6 +32,7 @@ AC_TYPE_UNSIGNED_LONG_LONG_INT
 AC_C_FLEXIBLE_ARRAY_MEMBER
 AC_C_INLINE
 DX_C_FOR_DECLARATIONS
+AM_PROG_AR
 
 LT_INIT
 gl_INIT