From 46c359d5e03ed42de820702de4c6bd3c03ded3fe Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Sat, 26 Aug 2023 21:31:07 -0700 Subject: [PATCH] configure: update obsolete AC_PROG_LIBTOOL Problem: AC_PROG_LIBTOOL is obsolete. Replace with LT_INIT. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 338947b..2d21aba 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_SUBST([PERLGENDERSLLNL_VERSION]) # Checks for programs. ## AC_PROG_CC -AC_PROG_LIBTOOL +LT_INIT AC_PROG_MAKE_SET AM_CONDITIONAL(WITH_GNU_LD, test "$with_gnu_ld" = "yes") AC_PATH_PROG(PERL, perl)