From f8dedd88ba94b894e3cf4626ecc80756c8ba1390 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 26 Jan 2024 22:56:01 -0500 Subject: [PATCH] Add AM_PROG_AR to configure.ac. Without this, Automake fails to build static libraries with the Microsoft compiler tools. --- .gitignore | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0c4212e..c996c94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /ABOUT-NLS /INSTALL /aclocal.m4 +/ar-lib /atconfig /atlocal /autom4te.cache diff --git a/configure.ac b/configure.ac index d8a413b..aed400e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.43.2