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