diff options
author | Francois Andriot <[email protected]> | 2013-06-06 20:11:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-06-06 20:11:35 +0200 |
commit | ee8b1e195c7b7e3f44af73c98763a0282fec738b (patch) | |
tree | 3534cf39d19529bc885c4c471ac1c53df7083612 | |
parent | e4b151ed10a7187dc05273f07b837d5cfb5651da (diff) | |
download | bibletime-ee8b1e195c7b7e3f44af73c98763a0282fec738b.tar.gz bibletime-ee8b1e195c7b7e3f44af73c98763a0282fec738b.zip |
Fix FTBFS with automake >= 1.13
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in index 35a0e94..f91fc97 100644 --- a/configure.in.in +++ b/configure.in.in @@ -18,7 +18,7 @@ KDE_SET_PREFIX KDE_USE_QT(3.0) dnl generate the config header -AM_CONFIG_HEADER([config.h]) dnl at the distribution this done +AC_CONFIG_HEADER([config.h]) dnl at the distribution this done dnl Checks for programs. AC_CHECK_COMPILERS |