summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-08-01 17:16:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-01 17:16:59 +0200
commit40f0f2aec9ee15c93012d3b929be02f89a3905cf (patch)
treeb15ae7ce9f54cd0885f208903944106fd61adb48
parentb0b1269481829b26c9b8be60cedc1b6e2f5a35a2 (diff)
downloadlibtqt-perl-40f0f2ae.tar.gz
libtqt-perl-40f0f2ae.zip
Fix FTBFS with automake >= 1.13
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 33b21b3..2d41e95 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,7 @@ AM_INIT_AUTOMAKE(PerlTQt, 3.008) dnl searches for some needed programs
KDE_SET_PREFIX
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_PROG_CC