diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 56f648c..84fbf96 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -17,10 +17,10 @@ CHECK_PATH_APACHE($APACHE_VERSION, | |||
17 | CHECK_PATH_MYSQL(:, | 17 | CHECK_PATH_MYSQL(:, |
18 | AC_MSG_ERROR([*** Mysql client libraries not found!]) | 18 | AC_MSG_ERROR([*** Mysql client libraries not found!]) |
19 | ) | 19 | ) |
20 | 20 | AC_CHECK_HEADERS(limits.h) | |
21 | 21 | ||
22 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | 22 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) |
23 | 23 | ||
24 | dnl Write config.status and the Makefile | 24 | dnl Write config.status and the Makefile |
25 | 25 | ||
26 | AC_OUTPUT(Makefile) | 26 | AC_OUTPUT(Makefile Documentation/Makefile) |