From: Daniel Stenberg Date: Mon, 25 Feb 2002 10:56:37 +0000 (+0000) Subject: generate a config file for the test suite http server too X-Git-Tag: curl-7_9_5-pre4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29e0fcd091d3527fa431595aa2db39315d19094e;p=curl generate a config file for the test suite http server too --- 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`