Skip to content

Commit 47d2698

Browse files
committed
autotools: Migrate away from deprecated AC_PROG_LIBTOOL
1 parent 13143db commit 47d2698

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ AC_USE_SYSTEM_EXTENSIONS
1515
AC_PROG_CC
1616
AC_PROG_CC_C99
1717
AM_PROG_CC_C_O
18-
AC_DISABLE_STATIC
19-
AC_PROG_LIBTOOL
18+
LT_INIT([disable-static])
2019

2120
dnl i18n, inline so autoreconf can detect gettext usage
2221
AM_GNU_GETTEXT_VERSION([0.19.8])

0 commit comments

Comments
 (0)