aboutsummaryrefslogtreecommitdiff
path: root/buildconf
AgeCommit message (Collapse)Author
2005-09-01use -c to automake to copy the new filesDaniel Stenberg
2005-06-13run libtoolize in the ares dir as well, and modified the output slightly forDaniel Stenberg
all tools run in the ares dir - now shown like "running ares/[tool]"
2005-06-09make sure the found tool is a regular file (and not a dir or something)Daniel Stenberg
2005-06-09Modified to use 'head -n 1' instead of 'head -1' since some versions of headDaniel Stenberg
complains and claims this is deprecated.
2005-06-07Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do theDaniel Stenberg
changes in a slower and more controlled manner...
2005-06-06Tupone Alfredo's fixes:Daniel Stenberg
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.)
2005-04-07bail out if perl is missing, it is needed for building curl anywayDaniel Stenberg
2005-04-07check for libtoolize and aclocal to doublecheck the installations betterDaniel Stenberg
2004-12-25./src/config.h.in is now removed from CVS. It is copied from theDaniel Stenberg
lib/config.h.in file by buildconf
2004-09-30Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X byDaniel Stenberg
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
2004-05-18simplified all die messagesDaniel Stenberg
2004-05-18simplified the automake failed message tooDaniel Stenberg
2004-05-18simplified the die-line when aclocal fails, the previous one confusedDaniel Stenberg
the netbsd shell
2004-03-30when checking the automake version, cut off trailing "-p[whatever]" from theDaniel Stenberg
version string before doing the version number checks.
2004-03-21recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)Daniel Stenberg
2004-03-15Check for a GNU version of m4, since autoconf won't run nicely without one.Daniel Stenberg
2004-02-25if ares is present, run aclocal in that dir before autoconf is runDaniel Stenberg
2004-02-18AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so weDaniel Stenberg
now scan the PATH ourself to find the path to (g)libtool
2004-02-11use libtoolize --force to overwrite existing (older) filesDaniel Stenberg
2004-01-29Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure toDaniel Stenberg
run in a sane manner on his MPE/iX operating system.
2004-01-27display OK if it runs OKDaniel Stenberg
2004-01-05Tor Arntsen fixed a spelling errorDaniel Stenberg
2003-10-20run autoconf in the ares dir as well if the dir is present, after it hasDaniel Stenberg
been run "as usual"
2003-10-14improved the libtool check to disqualify "1.4c" when 1.4.2 is requiredDaniel Stenberg
2003-05-13fix commentDaniel Stenberg
2003-05-12no more complaining when I have 1.5 and it tests for 1.4.2Daniel Stenberg
2003-05-12Dan Fandrich lowered the libtool requirementDaniel Stenberg
2003-05-09oops, run libtoolize as the first toolDaniel Stenberg
2003-05-09run libtoolize tooDaniel Stenberg
2003-05-03put back the libtool test, now for 1.5Daniel Stenberg
require autoconf 2.57 require automake 1.7
2003-04-22stop checking for libtool, we don't run that in this scriptDaniel Stenberg
2003-04-22Dan Fandrich's fixDaniel Stenberg
2003-01-21automake 1.5 should be enoughDaniel Stenberg
2003-01-20made this script detect proper versions of the tools we need to build a fullDaniel Stenberg
curl on a unix host from CVS
2002-03-19automake -a for the depcompDaniel Stenberg
2001-12-18run automake lastDaniel Stenberg
2001-10-31no need for mumbojumboDaniel Stenberg
2001-05-30made the automake line re-build from _all_ Makefile.am files in the source treeDaniel Stenberg
2001-05-30Sterling Hughes's fixesDaniel Stenberg
2001-05-29adjusted for automake 1.4+Daniel Stenberg
2001-05-03useful script to run after updating from CVSDaniel Stenberg