Skip to content

Commit

Permalink
configure: update obsolete AC_PROG_LIBTOOL
Browse files Browse the repository at this point in the history
Problem: AC_PROG_LIBTOOL is obsolete.

Replace with LT_INIT.
  • Loading branch information
chu11 committed Aug 27, 2023
1 parent ca29eff commit 46c359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46c359d

Please sign in to comment.