summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-06-06 20:11:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-06-06 20:15:22 +0200
commitce5245133b17cec6c26ee3ab15c360c1ecc418ce (patch)
tree5f43104b3629ade26f4b92d7e0def11f7a0e862b
parent3020bf19fa317c3f3b59bad0b6885cf8c9ca3f68 (diff)
downloadbibletime-ce5245133b17cec6c26ee3ab15c360c1ecc418ce.tar.gz
bibletime-ce5245133b17cec6c26ee3ab15c360c1ecc418ce.zip
Fix FTBFS with automake >= 1.13v3.5.13.2
(cherry picked from commit ee8b1e195c7b7e3f44af73c98763a0282fec738b)
-rw-r--r--configure.in.in2
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