Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0 |
|
#
772a985d |
| 27-Oct-2006 |
Yang Tse |
Update copyright year, since the file has been modified
|
Revision tags: curl-7_15_6-prepipeline |
|
#
1e9f5845 |
| 04-Sep-2006 |
Daniel Stenberg |
I fell over a new libtool that starts with a newline so we need to fetch the two first lines to get the version string. The good news is that older libtools have an empty line after the first
I fell over a new libtool that starts with a newline so we need to fetch 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...
show more ...
|
Revision tags: curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2 |
|
#
723a78ae |
| 06-Jan-2006 |
Daniel Stenberg |
As Alexander Lazic pointed out, run the buildconf from the ares dir if that is present instead of trying to duplicate that stuff in this script.
|
#
9799f7af |
| 21-Dec-2005 |
Daniel Stenberg |
added our regular source header
|
#
6358b24f |
| 21-Dec-2005 |
Daniel Stenberg |
allow more evironment variables to control what tools to check for and use
|
#
b5863431 |
| 21-Dec-2005 |
Daniel Stenberg |
use ACLOCAL even when using 'find' to find the aclocal tool
|
Revision tags: curl-7_15_1, curl-7_15_0 |
|
#
8107b906 |
| 01-Sep-2005 |
Daniel Stenberg |
use -c to automake to copy the new files
|
Revision tags: curl-7_14_1, c-ares-1_3_0 |
|
#
2c10c895 |
| 13-Jun-2005 |
Daniel Stenberg |
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]"
|
#
a214af08 |
| 09-Jun-2005 |
Daniel Stenberg |
make sure the found tool is a regular file (and not a dir or something)
|
#
f21bc46e |
| 09-Jun-2005 |
Daniel Stenberg |
Modified to use 'head -n 1' instead of 'head -1' since some versions of head complains and claims this is deprecated.
|
#
044327a4 |
| 07-Jun-2005 |
Daniel Stenberg |
Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do the changes in a slower and more controlled manner...
|
#
c4bbcc83 |
| 06-Jun-2005 |
Daniel Stenberg |
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 w
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.)
show more ...
|
Revision tags: curl-7_14_0 |
|
#
018dbfe0 |
| 07-Apr-2005 |
Daniel Stenberg |
bail out if perl is missing, it is needed for building curl anyway
|
#
c6ea5978 |
| 07-Apr-2005 |
Daniel Stenberg |
check for libtoolize and aclocal to doublecheck the installations better
|
Revision tags: curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0 |
|
#
4ecf9394 |
| 25-Dec-2004 |
Daniel Stenberg |
./src/config.h.in is now removed from CVS. It is copied from the lib/config.h.in file by buildconf
|
Revision tags: curl-7_12_3, curl-7_12_2 |
|
#
94c6a5ee |
| 30-Sep-2004 |
Daniel Stenberg |
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
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.)
show more ...
|
Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0 |
|
#
29ed6d24 |
| 18-May-2004 |
Daniel Stenberg |
simplified all die messages
|
#
e2c5c208 |
| 18-May-2004 |
Daniel Stenberg |
simplified the automake failed message too
|
#
aced2904 |
| 18-May-2004 |
Daniel Stenberg |
simplified the die-line when aclocal fails, the previous one confused the netbsd shell
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
9fadfffb |
| 30-Mar-2004 |
Daniel Stenberg |
when checking the automake version, cut off trailing "-p[whatever]" from the version string before doing the version number checks.
|
#
67fca4cb |
| 21-Mar-2004 |
Daniel Stenberg |
recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)
|
Revision tags: curl-7_11_1 |
|
#
bea9152a |
| 15-Mar-2004 |
Daniel Stenberg |
Check for a GNU version of m4, since autoconf won't run nicely without one.
|
#
5168b32f |
| 25-Feb-2004 |
Daniel Stenberg |
if ares is present, run aclocal in that dir before autoconf is run
|
#
4cf70e30 |
| 18-Feb-2004 |
Daniel Stenberg |
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
|
#
ad75360e |
| 11-Feb-2004 |
Daniel Stenberg |
use libtoolize --force to overwrite existing (older) files
|