summaryrefslogtreecommitdiff
path: root/buildconf
AgeCommit message (Collapse)AuthorFilesLines
2011-12-20configure: libtool 1.5 tweaksYang Tse1-10/+200
2009-11-15Remove files generated on previous buildconf/configure runYang Tse1-2/+74
2009-06-11when running automake copy missing files instead of symlinking themYang Tse1-1/+1
2008-11-26Brad Spencer provided changes to allow buildconf to work on OS X.Yang Tse1-1/+39
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse1-1/+1
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 Tse1-8/+0
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-28for debugging purposes show ACLOCAL_FLAGSYang Tse1-0/+2
2008-07-27When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse1-1/+6
2008-07-25move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵Yang Tse1-1/+1
problem
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse1-0/+1
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.
2006-01-06Use $ACLOCAL_FLAGS too, pointed out by Alexander LazicDaniel Stenberg1-1/+1
2005-04-13Allow environment variables to override default autotools.Dan Fandrich1-5/+5
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg1-0/+3
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives.
2004-04-11when checked out from CVS, run this to generate the proper scriptsDaniel Stenberg1-0/+4