Skip to content
Snippets Groups Projects
Commit 14a5cffc authored by Jérôme Guelfucci's avatar Jérôme Guelfucci
Browse files

Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.

parent 4d94f613
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ AM_PROG_CC_C_O()
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
AC_DISABLE_STATIC()
AC_PROG_LIBTOOL()
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
dnl **********************************
dnl *** Check for standard headers ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment