From: Daniel Stenberg Date: Mon, 15 Mar 2004 11:42:48 +0000 (+0000) Subject: check for m4 version in buildconf X-Git-Tag: curl-7_11_1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d53b544d30a66293fa7a1eb483871b586f4f832;p=thirdparty%2Fcurl.git check for m4 version in buildconf --- diff --git a/CHANGES b/CHANGES index f178949760..be377df584 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel (15 March 2004) +- buildconf now checks the m4 version too, since autoconf requires a GNU m4 + version to build proper configure scripts. + Daniel (12 March 2004) - Added CURLOPT_POSTFIELDSIZE_LARGE, the large file version of CURLOPT_POSTFIELDSIZE to allow POSTs larger than 2GB.