Merge pull request #32 from rolk/lt_init

Silence faulty warning from libtoolize about LT_INIT
This commit is contained in:
Atgeirr Flø Rasmussen 2012-09-24 00:42:30 -07:00
commit 4794341d06

View File

@ -20,8 +20,11 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
AM_PROG_CC_C_O
dnl Initialize libtool; the funny indentation here is to
dnl satisfy libtoolize' check for the presence of this macro
m4_ifdef([LT_INIT],
[LT_INIT[]dnl
[
LT_INIT[]dnl
LT_LANG([C++])dnl
LT_LANG([Fortran 77])dnl
LT_LANG([Fortran])dnl