From: David Oberhollenzer Date: Thu, 24 Aug 2023 07:35:43 +0000 (+0200) Subject: Remove libtool usage from configure.ac X-Git-Tag: v2.1.6~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9fa09916db2e0d35194081175413336146e55a0e;p=mtd-utils.git 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 --- 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],