From: Nick Bowler Date: Sat, 27 Jan 2024 03:56:01 +0000 (-0500) Subject: Add AM_PROG_AR to configure.ac. X-Git-Tag: v1.3~18 X-Git-Url: http://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/f8dedd88ba94b894e3cf4626ecc80756c8ba1390 Add AM_PROG_AR to configure.ac. Without this, Automake fails to build static libraries with the Microsoft compiler tools. --- 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