From 9fa09916db2e0d35194081175413336146e55a0e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 24 Aug 2023 09:35:43 +0200 Subject: Remove libtool usage from configure.ac We do not build any shared libraries, there is no reason to use libtool or disable static. We do build static libraries, for which we need ranlib. Signed-off-by: David Oberhollenzer --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bbd948d..c5fe34a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,10 +19,9 @@ AM_COND_IF([UNIT_TESTS], [: ${CFLAGS=""}], []) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2]) AM_SILENT_RULES([yes]) -AC_PROG_LIBTOOL -AC_DISABLE_STATIC AC_PROG_CC AC_PROG_INSTALL +AC_PROG_RANLIB AC_SYS_LARGEFILE m4_ifndef([PKG_PROG_PKG_CONFIG], -- cgit v1.2.3