1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

check for m4 version in buildconf

This commit is contained in:
Daniel Stenberg 2004-03-15 11:42:48 +00:00
parent 6dc8fac122
commit 5d53b544d3

View File

@ -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.