aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2008-08-30vc6curl.dsw and MSVC 6 IDE build directionsYang Tse
2008-08-28Andres Garcia pointed out these Makefile mistakes...Daniel Stenberg
2008-08-23- Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl.
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
2008-07-29Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse
in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism.
2008-07-27move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse
2008-07-25move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵Yang Tse
problem
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
2008-03-31Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal.
2008-02-10removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.Gunter Knauf
2008-02-09make use of mv's backup feature so that calling the ca-bundle target more ↵Gunter Knauf
than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.
2008-02-08oops, we make the copyright year ranges the simple styleDaniel Stenberg
2008-02-08provide the ca-bundle target the same way as the Makefile.dist does it so thatDaniel Stenberg
it works the same way for configure-based platforms as for non-configure ones
2007-07-12Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich
2005-11-16Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file getDaniel Stenberg
installed on 'make install' time.
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-11Add an alert already here if 'make test' is attempted for a cross-compileDaniel Stenberg
since there's no use building the whole test suite first and _then_ tell it doesn't work anyway...
2004-12-13Dan Fandrich added libcurl.pc.in to the distDaniel Stenberg
2004-07-22Added buildconf buildconf.bat to the distDaniel Stenberg
2004-06-21testcurl.sh is dead, long live tests/testcurl.pl!Daniel Stenberg
2004-05-17'make test-torture' in the root now runs a full torture testDaniel Stenberg
2004-03-15build_vms.com is removed from hereDaniel Stenberg
2004-01-13source header addedDaniel Stenberg
2003-10-30Made the dist-hook more generic for adding more files named .dist into theDaniel Stenberg
dist archive. Preparing for a new maketgz.
2003-09-22Include the RELEASE-NOTES file too, which is basicly the release announceDaniel Stenberg
message.
2003-08-06make an uninstall hook in the same manner we already did an install hookDaniel Stenberg
as otherwise will make distcheck fail
2003-07-23SSLCERTS was moved into the docs/ directoryDaniel Stenberg
2003-06-27When I introduced the DIST_SUBDIRS usage, I broken the 'make install' forDaniel Stenberg
include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level.
2003-05-27Only build in lib and src by default, make the others dist-subdirs.Daniel Stenberg
Make the test stuff get built when we run 'make test' instead.
2003-03-31added dist-hook that clears the tests/log dir properly as otherwiseDaniel Stenberg
'make distcheck' doesn't pass
2003-02-247.10.4-pre2 commitDaniel Stenberg
2003-01-29add the new emacs file and removed the former oneDaniel Stenberg
2003-01-21make test-full in the root dir should run verbose tests but not stop onDaniel Stenberg
single failures
2003-01-21Added a 'test-full' target to run the tests in verbose mode.Daniel Stenberg
2002-11-11include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but itDaniel Stenberg
should be removed soonish.
2002-10-14generate and include PDF versions of the docs in the release archiveDaniel Stenberg
2002-09-05fixed the pkgadd targetDaniel Stenberg
2002-09-03no longer package MITX.txt or MPL-1.1.txt since we now use COPYING onlyDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-03-04no longer include the multi dir, the examples should be in the examplesDaniel Stenberg
dir
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-07moved the config-* files to lib/Makefile.amDaniel Stenberg
2002-01-03multi stuff from the multi-dev branchDaniel Stenberg
2001-11-29added mac stuffDaniel Stenberg
2001-10-29Kevin Roth's cygwin package fixesDaniel Stenberg
2001-10-22Kevin Roth's cygwin fixesDaniel Stenberg
2001-09-11removed the 'perl' and 'php' dirs from the release archiveDaniel Stenberg
2001-09-05added curl-mode.elDaniel Stenberg
2001-08-21make html runs make html in the docs dirDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg