summaryrefslogtreecommitdiff
path: root/buildconf
Commit message (Collapse)AuthorAgeFilesLines
...
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵Yang Tse2008-07-251-1/+1
| | | | problem
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-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.
* 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
| | | | | | the two first lines to get the version string. The good news is that older libtools have an empty line after the first so I think this works fine all over...
* As Alexander Lazic pointed out, run the buildconf from the ares dir if thatDaniel Stenberg2006-01-061-6/+2
| | | | is present instead of trying to duplicate that stuff in this script.
* 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
| | | | all tools run in the ares dir - now shown like "running ares/[tool]"
* 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
| | | | complains and claims this is deprecated.
* Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do theDaniel Stenberg2005-06-071-12/+6
| | | | changes in a slower and more controlled manner...
* Tupone Alfredo's fixes:Daniel Stenberg2005-06-061-6/+12
| | | | | | | | | | | | | 1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
* 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
| | | | lib/config.h.in file by buildconf
* Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X byDaniel Stenberg2004-09-301-0/+4
| | | | | properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
* 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
| | | | the netbsd shell
* when checking the automake version, cut off trailing "-p[whatever]" from theDaniel Stenberg2004-03-301-1/+1
| | | | version string before doing the version number checks.
* 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
| | | | now scan the PATH ourself to find the path to (g)libtool
* 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
| | | | run in a sane manner on his MPE/iX operating system.
* 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
| | | | been run "as usual"
* 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
| | | | | require autoconf 2.57 require automake 1.7
* stop checking for libtool, we don't run that in this scriptDaniel Stenberg2003-04-221-38/+0
|
* Dan Fandrich's fixDaniel Stenberg2003-04-221-5/+5
|
* automake 1.5 should be enoughDaniel Stenberg2003-01-211-4/+4
|
* made this script detect proper versions of the tools we need to build a fullDaniel Stenberg2003-01-201-1/+108
| | | | curl on a unix host from CVS
* automake -a for the depcompDaniel Stenberg2002-03-191-1/+1
|
* run automake lastDaniel Stenberg2001-12-181-1/+1
|
* no need for mumbojumboDaniel Stenberg2001-10-311-3/+1
|
* made the automake line re-build from _all_ Makefile.am files in the source treeDaniel Stenberg2001-05-301-1/+3
|
* Sterling Hughes's fixesDaniel Stenberg2001-05-301-4/+9
|
* adjusted for automake 1.4+Daniel Stenberg2001-05-291-1/+1
|
* useful script to run after updating from CVSDaniel Stenberg2001-05-031-0/+6