Skip to content

Commit

Permalink
add foreign to am_init_automake
Browse files Browse the repository at this point in the history
  • Loading branch information
troydhanson committed Feb 20, 2014
1 parent 6df007e commit 5ac54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 5ac54fe

Please sign in to comment.