aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-25 10:56:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-25 10:56:37 +0000
commit29e0fcd091d3527fa431595aa2db39315d19094e (patch)
tree265d4343bfc8886eb7ac308379f29317a43e987f /configure.in
parent2e9a798f091f9ddb4e93ab5324632a91189569e1 (diff)
generate a config file for the test suite http server too
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 8b6ee9c19..954244755 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_PREREQ(2.50)
dnl First some basic init macros
AC_INIT
AC_CONFIG_SRCDIR([lib/urldata.h])
-AM_CONFIG_HEADER(lib/config.h src/config.h)
+AM_CONFIG_HEADER(lib/config.h src/config.h tests/server/config.h)
dnl figure out the libcurl version
VERSION=`sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curl.h`