Skip to content

Commit bd3132b

Browse files
committed
AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
Using AC_PROG_LIBTOOL instead.
1 parent 5665459 commit bd3132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dnl test -n "$GCC" || CFLAGS="-Ae $CFLAGS -D_HPUX_SOURCE"
7777
dnl fi
7878
7979
dnl Checks for programs.
80-
AM_PROG_LIBTOOL
80+
AC_PROG_LIBTOOL
8181
AM_SET_LIBTOOL_VARIABLE([--silent])
8282
AC_PROG_YACC
8383
if test "$YACC" != "bison -y"; then

0 commit comments

Comments
 (0)