aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h.
2009-06-06Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
the uninstalled c-ares libtool archive built from the CVS embedded tree.
2009-05-08Renamed vc6 workspace and project files to avoid filename clash when used ↵Yang Tse
for conversion to later VS versions.
2009-04-14first take at bundling cmake-related files in the tarballDaniel Stenberg
2008-08-29Project and workspace files for VC6 IDE supporting 4 configurations:Yang Tse
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
to have a curl_off_t data type no longer gated to off_t.
2008-07-15add comment for include pathsYang Tse
2007-12-19Ensure that nroff doesn't put anything but ASCII characters into theDan Fandrich
--manual text.
2007-02-17Better separate the library dependencies into those required by libcurlDan Fandrich
and those required by other components to avoid forcing unneeded dependencies into the target objects.
2006-08-07Allow again proper compilation outside of the source treeYang Tse
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-01-08Added Makefile.Watcom to EXTRA_DIST.Gisle Vanem
2004-07-28use Makefile.inc and make it get included in dist archivesDaniel Stenberg
2004-07-14removed the config-netware.h from the release archivesDaniel Stenberg
2004-04-26Include "setup.h" and not "config.h" since setup.h is made to includeDaniel Stenberg
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known.
2004-04-25make the generated hugehelp.c file use the USE_MANUAL define so that itDaniel Stenberg
will be properly built with configure --disable-manual even if the source file is already present
2004-04-06improved --limit-rate functionality, partly by the new use of curlx_tvnow()Daniel Stenberg
2004-03-21removed deleted filesDaniel Stenberg
2004-03-17new netware-related files added to the distributionDaniel Stenberg
2004-03-04new "version resource" file for windows buildsDaniel Stenberg
2004-02-20When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg
just to avoid making a totally empty file. Just to avoid compiler warnings.
2004-02-19Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own).
2004-02-12support configure --disable-manualDaniel Stenberg
2004-02-02Use the nroff option figured out by the configure script. An attempt toDaniel Stenberg
make this better on more systems.
2004-01-29don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is definedDaniel Stenberg
2004-01-29added hugehelp.hDaniel Stenberg
2004-01-23use the Curl_strtoll() source code from the lib codeDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13Dan Fandrich made the hugehelp.c contain both compressed and uncompressedDaniel Stenberg
help if libz is available using #ifdef in the source instead, to allow the distributed source code to be easier built with compressed help text.
2003-12-11use the CORRECT file name! ;-)Daniel Stenberg
2003-12-10added the new amiga files to the distDaniel Stenberg
2003-12-03new VMS filesDaniel Stenberg
2003-11-07Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
command line.
2003-08-07use 644 for the chmodDaniel Stenberg
2003-08-06chmod the hugehelp.c in the dist hook to make distcheck run fineDaniel Stenberg
2003-07-30Make sure to generate an uncompressed hugehelp.c file for inclusion inDaniel Stenberg
the distribution archive, as it isn't sure zlib is present everywhere. Those who care much for compressed help should regenerate the file.
2003-06-12Based on Dan Fandrich's patch and gzip unpack function, we now compressDaniel Stenberg
the 'hugehelp' text if libz and gzip are available at build time.
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg
2002-09-04remove -lzDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-04-08Added writeenv.c and writeenv.h for RISCOS usage (and others?)Daniel Stenberg
2002-04-08added config-riscos.hDaniel Stenberg
2002-03-06Brad corrected the include path (again)Daniel Stenberg
2002-02-27made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-22make sure the custom config-*.h files are in the dist as wellDaniel Stenberg
2002-02-20VMS adjustmentsDaniel Stenberg
2001-12-04added macos files to the distribution archiveDaniel Stenberg