]> www.infradead.org Git - mtd-utils.git/commitdiff
Remove libtool usage from configure.ac
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 24 Aug 2023 07:35:43 +0000 (09:35 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 24 Aug 2023 07:36:26 +0000 (09:36 +0200)
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 <david.oberhollenzer@sigma-star.at>
configure.ac

index bbd948dea3536c333262dccb0b08de2ef4d5011c..c5fe34a499daebfbbe41b1a24790cfdd66cd3fd6 100644 (file)
@@ -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],