summaryrefslogtreecommitdiff
path: root/buildconf
Commit message (Expand)AuthorAgeFilesLines
...
* Validate that autom4te and autoconf versions match.Yang Tse2008-08-051-74/+60
* This line was for local testing, not intended to be committed.Yang Tse2008-08-011-1/+0
* Ensure that reserved keyword AC_DEFUN is only used for its purpose.Yang Tse2008-08-011-0/+1
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-301-35/+1
* Show autom4te and aclocal versions.Yang Tse2008-07-301-3/+18
* For testing purposes on SunOS systems; directly feed acinclude.m4 withYang Tse2008-07-291-0/+12
* For debugging purposes, show all sed's available in PATH on SunOS systems.Yang Tse2008-07-291-3/+22
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-291-10/+1
* Ensure that buildconf runs from the subdirectory where configure.ac livesYang Tse2008-07-281-0/+12
* Remove files generated on previous buildconf/configure run,Yang Tse2008-07-281-1/+76
* When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse2008-07-271-2/+7
* For debugging purposes, run aclocal in verbose mode on SunOS systems.Yang Tse2008-07-271-1/+6
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse2008-07-251-1/+1
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-0/+1
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* I fell over a new libtool that starts with a newline so we need to fetchDaniel Stenberg2006-09-041-1/+1
* As Alexander Lazic pointed out, run the buildconf from the ares dir if thatDaniel Stenberg2006-01-061-6/+2
* added our regular source headerDaniel Stenberg2005-12-211-0/+22
* allow more evironment variables to control what tools to check for and useDaniel Stenberg2005-12-211-7/+13
* use ACLOCAL even when using 'find' to find the aclocal toolDaniel Stenberg2005-12-211-2/+1
* use -c to automake to copy the new filesDaniel Stenberg2005-09-011-1/+1
* run libtoolize in the ares dir as well, and modified the output slightly forDaniel Stenberg2005-06-131-2/+4
* make sure the found tool is a regular file (and not a dir or something)Daniel Stenberg2005-06-091-1/+1
* Modified to use 'head -n 1' instead of 'head -1' since some versions of headDaniel Stenberg2005-06-091-5/+5
* Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do theDaniel Stenberg2005-06-071-12/+6
* Tupone Alfredo's fixes:Daniel Stenberg2005-06-061-6/+12
* bail out if perl is missing, it is needed for building curl anywayDaniel Stenberg2005-04-071-2/+11
* check for libtoolize and aclocal to doublecheck the installations betterDaniel Stenberg2005-04-071-0/+15
* ./src/config.h.in is now removed from CVS. It is copied from theDaniel Stenberg2004-12-251-0/+2
* Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X byDaniel Stenberg2004-09-301-0/+4
* simplified all die messagesDaniel Stenberg2004-05-181-5/+5
* simplified the automake failed message tooDaniel Stenberg2004-05-181-1/+1
* simplified the die-line when aclocal fails, the previous one confusedDaniel Stenberg2004-05-181-1/+1
* when checking the automake version, cut off trailing "-p[whatever]" from theDaniel Stenberg2004-03-301-1/+1
* recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)Daniel Stenberg2004-03-211-2/+2
* Check for a GNU version of m4, since autoconf won't run nicely without one.Daniel Stenberg2004-03-151-0/+14
* if ares is present, run aclocal in that dir before autoconf is runDaniel Stenberg2004-02-251-1/+3
* AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so weDaniel Stenberg2004-02-181-3/+20
* use libtoolize --force to overwrite existing (older) filesDaniel Stenberg2004-02-111-1/+1
* Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure toDaniel Stenberg2004-01-291-0/+2
* display OK if it runs OKDaniel Stenberg2004-01-271-0/+2
* Tor Arntsen fixed a spelling errorDaniel Stenberg2004-01-051-1/+1
* run autoconf in the ares dir as well if the dir is present, after it hasDaniel Stenberg2003-10-201-0/+8
* improved the libtool check to disqualify "1.4c" when 1.4.2 is requiredDaniel Stenberg2003-10-141-6/+15
* fix commentDaniel Stenberg2003-05-131-1/+1
* no more complaining when I have 1.5 and it tests for 1.4.2Daniel Stenberg2003-05-121-2/+4
* Dan Fandrich lowered the libtool requirementDaniel Stenberg2003-05-121-3/+3
* oops, run libtoolize as the first toolDaniel Stenberg2003-05-091-3/+2
* run libtoolize tooDaniel Stenberg2003-05-091-0/+2
* put back the libtool test, now for 1.5Daniel Stenberg2003-05-031-8/+54