Commit ef232627 authored by unknown's avatar unknown

- configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the

  old macro name is deprecated (according to the libtool 1.4.2 docs).


configure.in:
  - replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the old macro name
    is deprecated (according to the libtool 1.4.2 docs).
parent 27c1c9f1
Branches unavailable
Tags unavailable
No related merge requests found
......@@ -161,7 +161,7 @@ fi
AC_PROG_RANLIB
# We use libtool
#AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
#AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AC_DISABLE_FAST_INSTALL AC_DISABLE_SHARED AC_DISABLE_STATIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment