2
0
Fork 0

[autotools] Use AC_PROG_LIBTOOL instead of LT_INIT for backward compatibility

personal/stbuehler/wip
Stefan Bühler 2010-12-08 16:20:13 +01:00
parent 7a67ba94d7
commit d78939b636
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ AC_ENABLE_SHARED
m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg-config not installed])])
LT_INIT
m4_ifndef([AC_PROG_LIBTOOL], [m4_fatal([libtool not installed])])
AC_PROG_LIBTOOL
# Checks for header files.
AC_HEADER_STDC