summaryrefslogtreecommitdiffstats
path: root/configure.in.min
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-05-24 01:25:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-05-24 01:29:31 +0200
commit6613b274c8ca9832e5a73e0e01f155ee3bac2070 (patch)
tree8c61d369dfc916e95cafe9554e1075b5f7205539 /configure.in.min
parent81b32be6f391c7ff31502426a8642049e898389e (diff)
downloadadmin-3.5.13.2.tar.gz
admin-3.5.13.2.zip
Fix build with automake 1.13v3.5.13.2
(cherry picked from commit 65ecce459d54e772303052de50d08557ba9cc7ed)
Diffstat (limited to 'configure.in.min')
-rw-r--r--configure.in.min2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.min b/configure.in.min
index a8a4292..9e52090 100644
--- a/configure.in.min
+++ b/configure.in.min
@@ -41,7 +41,7 @@ AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) 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