summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-05-20 01:20:05 +0000
committerStef Walter <stef@thewalter.net>2004-05-20 01:20:05 +0000
commitd15372db0bac1566bd51f68c897c1a66fbd53c9b (patch)
tree2e87e20307152f0e4d483695e14ef1c9aaaa558b /configure.in
parent71f6dffbb62b6b88c48c87476d875f04a0659084 (diff)
Build fixes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c5c4abe..c22dc1e 100644
--- a/configure.in
+++ b/configure.in
@@ -86,5 +86,5 @@ AC_CHECK_FUNCS([memset stat strchr strerror sprintf utimes chmod memcmp malloc r
AC_CHECK_FUNCS([getopt strchr strerror getcwd chdir getopt reallocf itow itoa])
AC_CHECK_FUNCS([wopen wchdir wmkdir lseek64])
-AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile doc/Makefile])
AC_OUTPUT