Skip to content

Commit b07aff5

Browse files
committed
Use LT_INIT instead of deprecated AC_PROG_LIBTOOL
1 parent 90d518e commit b07aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dnl required programs
136136
AC_PROG_CC
137137
AM_PROG_CC_C_O
138138
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
139-
AC_PROG_LIBTOOL
139+
LT_INIT
140140

141141
dnl required headers
142142
AC_CHECK_HEADERS([stdarg.h sys/types.h dirent.h errno.h libgen.h malloc.h])

0 commit comments

Comments
 (0)