#
34f9ec0c |
| 15-Dec-2011 |
Yang Tse |
configure: libtool 1.5 tweaks
|
#
c92234c3 |
| 30-Nov-2011 |
Yang Tse |
buildconf: follow-up for commit 7e02f7fd
|
#
7e02f7fd |
| 30-Nov-2011 |
Yang Tse |
buildconf: fix libtool 1.5.x warnings triggered with autoconf 2.6x or later Using libtool 1.5.x (x < 26) with autoconf 2.6x or later generates warnings due to some libtool variables not
buildconf: fix libtool 1.5.x warnings triggered with autoconf 2.6x or later Using libtool 1.5.x (x < 26) with autoconf 2.6x or later generates warnings due to some libtool variables not following naming convention for variables that will be cached. This is addressed renaming a couple of variables to make these follow expected naming convention.
show more ...
|
Revision tags: curl-7_23_1, curl-7_23_0 |
|
#
7afccf7a |
| 06-Oct-2011 |
Yang Tse |
buildconf: warn about autoconf 2.67 and 2.68 generating bad/unusable scripts
|
#
49b79b76 |
| 04-Oct-2011 |
Yang Tse |
curl tool: code moved to tool_*.[ch] files
|
Revision tags: curl-7_22_0, curl-7_21_7, curl-7_21_6 |
|
#
59423628 |
| 19-Apr-2011 |
Fabian Keil |
Fix spelling errors in buildconf Found with codespell.
|
Revision tags: curl-7_21_5, curl-7_21_4, curl-7_21_3 |
|
#
ef24ecde |
| 25-Nov-2010 |
Yang Tse |
symbol-scan: use configure script knowledge about how to run the C preprocessor
|
#
fec5f03e |
| 11-Nov-2010 |
Yang Tse |
buildconf: MAC OS X requires libtool version 1.5.26 or newer MAC OS X requires libtool version 1.5.26 or newer, otherwise configure will mishandle *.dSYM directories when it runs.
|
Revision tags: curl-7_21_2 |
|
#
892d6930 |
| 19-Aug-2010 |
Fabian Keil |
In the m4 detection line, factor out the 2>dev/null
|
#
200e9b5d |
| 19-Aug-2010 |
Fabian Keil |
If m4 doesn't support --version, try if gm4 does.
|
#
b0873cb6 |
| 19-Aug-2010 |
Fabian Keil |
If the m4 version isn't recognized at all, just say so 'm4 version found. You need a GNU m4 installed!' is a bit confusing.
|
Revision tags: curl-7_21_1, curl-7_21_0 |
|
#
a784ed60 |
| 09-May-2010 |
Daniel Stenberg |
findtool: file name as a full path requires a slash Kalle Vahlman's patch applied a while ago broke how the findtool function searches for tools, as it would always check if "$file"
findtool: file name as a full path requires a slash Kalle Vahlman's patch applied a while ago broke how the findtool function searches for tools, as it would always check if "$file" was present first, which thus made the bad assumption that a file in the current directory would be a match. I noticed when it found 'libtool' in the current directory but libtoolize is not there, which confused the script.
show more ...
|
Revision tags: curl-7_20_1, curl-7_20_0, curl-7_19_7, curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0 |
|
#
a7b9452a |
| 10-Jan-2008 |
Kalle Vahlman |
Allow tools to be defined with full path in buildconf This is required in Scratchbox where LIBTOOL=/targets/links/arch_tools/bin/libtool is set in the environment.
|
#
be28825b |
| 24-Mar-2010 |
Daniel Stenberg |
restore executable bits on some files
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
#
a2ddb0a6 |
| 15-Nov-2009 |
Yang Tse |
Add a couple of renamed files to the removal list
|
#
f671d051 |
| 14-Jul-2009 |
Gunter Knauf |
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
|
#
ee6a6181 |
| 08-Jun-2009 |
Yang Tse |
Adjusted libtool version parsing due to libtool --version now also reporting package version in parentheses which confused this script. Remove debug tracing used to debug this.
|
#
d71c1514 |
| 07-Jun-2009 |
Yang Tse |
debug test a non-greedy pattern
|
#
2df75e84 |
| 06-Jun-2009 |
Yang Tse |
Add some debug tracing
|
#
9ab89734 |
| 06-Jun-2009 |
Yang Tse |
remove the ofending regexp
|
#
960c0319 |
| 06-Jun-2009 |
Yang Tse |
remove line not intended to be committed
|
#
439891cb |
| 06-Jun-2009 |
Yang Tse |
attempt to fix regex
|
#
bdfb3ef1 |
| 06-Jun-2009 |
Yang Tse |
Adjusted libtool version parsing due to libtool --version now also reporting package name in parentheses which confused this script.
|
#
e3d65389 |
| 05-Jun-2009 |
Yang Tse |
Depending on the libtool and automake versions being used config.guess gets installed in the subdirectory at different stages. With some versions it is installed when libtoolize finishes, but
Depending on the libtool and automake versions being used config.guess gets installed in the subdirectory at different stages. With some versions it is installed when libtoolize finishes, but with others it is not installed until automake has finished. So we can not attempt to use config.guess until the very last buildconf stage.
show more ...
|