From 386757467ffcd6580f720095c6d560797614fef5 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 23 Dec 2021 11:40:56 +0300 Subject: Remove obsolete AC_PROG_LIBTOOL in configure.ac (refactoring) * configure.ac (LT_INIT): Remove AC_PROG_LIBTOOL from comment. * configure.ac (AC_PROG_LIBTOOL): Remove (it duplicates LT_INIT). --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 37f0aed4..10565572 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ AC_PROG_INSTALL LT_INIT([disable-static]) # Only the shared libraries are produced by default, use "--enable-static" # option to override it. -dnl Note: If Autoconf reports that LIBTOOL (or AC_ENABLE_SHARED, or -dnl AC_PROG_LIBTOOL) is undefined, Libtool installation should be checked. +dnl Note: If Autoconf reports that LIBTOOL (or AC_ENABLE_SHARED) is +dnl undefined, Libtool installation should be checked. # Special CFLAGS to use when building gc_cflags="" @@ -611,8 +611,6 @@ addobjs="$addobjs $machdep" AC_SUBST(addobjs) AC_SUBST(addlibs) -AC_PROG_LIBTOOL - dnl We use these options to decide which functions to include. AC_ARG_WITH(target-subdir, [ --with-target-subdir=SUBDIR -- cgit v1.2.1