Daniel Stenberg
8107b90678
use -c to automake to copy the new files
2005-09-01 21:41:35 +00:00
Daniel Stenberg
2c10c895da
run libtoolize in the ares dir as well, and modified the output slightly for
...
all tools run in the ares dir - now shown like "running ares/[tool]"
2005-06-13 10:49:14 +00:00
Daniel Stenberg
a214af0830
make sure the found tool is a regular file (and not a dir or something)
2005-06-09 22:43:13 +00:00
Daniel Stenberg
f21bc46e82
Modified to use 'head -n 1' instead of 'head -1' since some versions of head
...
complains and claims this is deprecated.
2005-06-09 06:45:54 +00:00
Daniel Stenberg
044327a488
Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do the
...
changes in a slower and more controlled manner...
2005-06-07 23:00:06 +00:00
Daniel Stenberg
c4bbcc83b6
Tupone Alfredo's fixes:
...
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-06-06 21:19:04 +00:00
Daniel Stenberg
018dbfe058
bail out if perl is missing, it is needed for building curl anyway
2005-04-07 14:26:03 +00:00
Daniel Stenberg
c6ea597817
check for libtoolize and aclocal to doublecheck the installations better
2005-04-07 08:59:39 +00:00
Daniel Stenberg
4ecf939452
./src/config.h.in is now removed from CVS. It is copied from the
...
lib/config.h.in file by buildconf
2004-12-25 22:10:38 +00:00
Daniel Stenberg
94c6a5eeab
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
...
properly using glibtoolize instead of plain libtoolize. (This is made if
glibtool was found and used instead of plain libtool.)
2004-09-30 19:46:32 +00:00
Daniel Stenberg
29ed6d24bf
simplified all die messages
2004-05-18 10:55:40 +00:00
Daniel Stenberg
e2c5c20896
simplified the automake failed message too
2004-05-18 09:25:46 +00:00
Daniel Stenberg
aced2904ff
simplified the die-line when aclocal fails, the previous one confused
...
the netbsd shell
2004-05-18 09:02:38 +00:00
Daniel Stenberg
9fadfffb9d
when checking the automake version, cut off trailing "-p[whatever]" from the
...
version string before doing the version number checks.
2004-03-30 08:28:39 +00:00
Daniel Stenberg
67fca4cb01
recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)
2004-03-21 15:45:58 +00:00
Daniel Stenberg
bea9152aa8
Check for a GNU version of m4, since autoconf won't run nicely without one.
2004-03-15 07:47:13 +00:00
Daniel Stenberg
5168b32f86
if ares is present, run aclocal in that dir before autoconf is run
2004-02-25 14:32:57 +00:00
Daniel Stenberg
4cf70e3069
AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so we
...
now scan the PATH ourself to find the path to (g)libtool
2004-02-18 16:16:13 +00:00
Daniel Stenberg
ad75360ec7
use libtoolize --force to overwrite existing (older) files
2004-02-11 13:08:38 +00:00
Daniel Stenberg
fc7c4d6157
Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure to
...
run in a sane manner on his MPE/iX operating system.
2004-01-29 15:28:53 +00:00
Daniel Stenberg
5d947e973e
display OK if it runs OK
2004-01-27 12:16:24 +00:00
Daniel Stenberg
8b3946efda
Tor Arntsen fixed a spelling error
2004-01-05 14:20:08 +00:00
Daniel Stenberg
b84607ff7b
run autoconf in the ares dir as well if the dir is present, after it has
...
been run "as usual"
2003-10-20 08:25:12 +00:00
Daniel Stenberg
7553341bad
improved the libtool check to disqualify "1.4c" when 1.4.2 is required
2003-10-14 11:27:30 +00:00
Daniel Stenberg
ec45a9e825
fix comment
2003-05-13 09:37:45 +00:00
Daniel Stenberg
2e2e0fba60
no more complaining when I have 1.5 and it tests for 1.4.2
2003-05-12 13:05:11 +00:00
Daniel Stenberg
3994d67eea
Dan Fandrich lowered the libtool requirement
2003-05-12 12:38:52 +00:00
Daniel Stenberg
e6c267fb4c
oops, run libtoolize as the first tool
2003-05-09 08:17:41 +00:00
Daniel Stenberg
93538fccd6
run libtoolize too
2003-05-09 08:13:02 +00:00
Daniel Stenberg
7431957113
put back the libtool test, now for 1.5
...
require autoconf 2.57
require automake 1.7
2003-05-03 16:25:49 +00:00
Daniel Stenberg
49e9c1495b
stop checking for libtool, we don't run that in this script
2003-04-22 23:26:00 +00:00
Daniel Stenberg
9f8123f1b8
Dan Fandrich's fix
2003-04-22 22:31:02 +00:00
Daniel Stenberg
90982529fc
automake 1.5 should be enough
2003-01-21 09:36:15 +00:00
Daniel Stenberg
d0eb56dd97
made this script detect proper versions of the tools we need to build a full
...
curl on a unix host from CVS
2003-01-20 15:24:54 +00:00
Daniel Stenberg
069477d35c
automake -a for the depcomp
2002-03-19 07:48:33 +00:00
Daniel Stenberg
33237b4502
run automake last
2001-12-18 01:00:24 +00:00
Daniel Stenberg
1c83dee948
no need for mumbojumbo
2001-10-31 12:48:18 +00:00
Daniel Stenberg
cabef4732d
made the automake line re-build from _all_ Makefile.am files in the source tree
2001-05-30 10:29:39 +00:00
Daniel Stenberg
285e998fae
Sterling Hughes's fixes
2001-05-30 07:59:47 +00:00
Daniel Stenberg
e0558ae541
adjusted for automake 1.4+
2001-05-29 19:17:19 +00:00
Daniel Stenberg
14521b418e
useful script to run after updating from CVS
2001-05-03 09:12:53 +00:00