add foreign to am_init_automake

This commit is contained in:
Troy D. Hanson 2014-02-20 12:50:53 -05:00
parent 6df007e450
commit 5ac54fe7be

View File

@ -4,7 +4,7 @@ AC_INIT([libtpl], [1.4], [tdh@tkhanson.net])
AC_CONFIG_SRCDIR(src/tpl.c)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS(config/config.h)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
dnl next 4 lines are a hack to avoid libtool's
dnl needless checks for C++ and Fortran compilers