diff options
Diffstat (limited to 'configure.in.min')
-rw-r--r-- | configure.in.min | 2 |
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 |