diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 10:56:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 10:56:37 +0000 |
commit | 29e0fcd091d3527fa431595aa2db39315d19094e (patch) | |
tree | 265d4343bfc8886eb7ac308379f29317a43e987f /configure.in | |
parent | 2e9a798f091f9ddb4e93ab5324632a91189569e1 (diff) | |
download | curl-29e0fcd091d3527fa431595aa2db39315d19094e.tar.gz |
generate a config file for the test suite http server too
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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` |