summaryrefslogtreecommitdiff
path: root/buildconf
Commit message (Expand)AuthorAgeFilesLines
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Add a couple of renamed files to the removal listYang Tse2009-11-151-0/+2
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-4/+4
* Adjusted libtool version parsing due to libtool --version now alsoYang Tse2009-06-081-41/+19
* debug test a non-greedy patternYang Tse2009-06-071-3/+3
* Add some debug tracingYang Tse2009-06-061-0/+19
* remove the ofending regexpYang Tse2009-06-061-1/+1
* remove line not intended to be committedYang Tse2009-06-061-2/+0
* attempt to fix regexYang Tse2009-06-061-1/+3
* Adjusted libtool version parsing due to libtool --version now alsoYang Tse2009-06-061-1/+1
* Depending on the libtool and automake versions being used config.guess getsYang Tse2009-06-051-52/+57
* Remove more generated files.Yang Tse2009-06-031-3/+5
* Remove more generated filesYang Tse2009-06-031-0/+1
* Remove all generated 'Makefile' files.Yang Tse2009-06-031-0/+1
* Remove more generated filesYang Tse2009-06-031-0/+4
* Temporarily disable config.guess related checksYang Tse2009-06-011-0/+4
* HP-UX requires libtool version 1.5.24 or newerYang Tse2009-06-011-0/+48
* - Andreas Farber made the 'buildconf' script check for the presence of m4Daniel Stenberg2009-03-091-0/+5
* Remove following files generated on previous buildconf run:Yang Tse2009-02-131-0/+4
* Only care about the first line of libtool --version as otherwise this scriptDaniel Stenberg2009-01-081-2/+2
* curlbuild.h is a generated file on configure-capable systemsYang Tse2008-08-141-0/+1
* Prevent buildconf from removing 'Makefile' and 'missing' files. This would blowYang Tse2008-08-071-2/+0
* 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