summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-12-23 11:40:56 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-12-23 16:44:48 +0300
commit386757467ffcd6580f720095c6d560797614fef5 (patch)
tree2c63c6d0f42db767c6ac8b2e01834e5ce815c4f9
parent93786f74a71b6214788df811ee545c2ed32f9e94 (diff)
downloadbdwgc-386757467ffcd6580f720095c6d560797614fef5.tar.gz
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).
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
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