Revision tags: curl-7_16_1 |
|
#
b6f88908 |
| 27-Jan-2007 |
Yang Tse |
update copyright year notice
|
#
abb4cdaf |
| 25-Jan-2007 |
Gunter Knauf |
set proper lib extension for non-configure mingw32 builds on Win32.
|
#
6da70628 |
| 18-Jan-2007 |
Dan Fandrich |
Make the test script tag parser a bit more robust. Check for the .exe extension on mingw32 builds.
|
Revision tags: curl-7_16_0 |
|
#
b61fbbde |
| 17-Oct-2006 |
Daniel Stenberg |
buildconf already runs ares/buildconf by itself if there is an ares subdir present, so there's no use to doing it again in this script!
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4 |
|
#
edb5444f |
| 27-May-2006 |
Daniel Stenberg |
reverted the previous .libs check for libs, but instead make mingw32 builds more similar to other configure builds (== use .la for libext and no binext)
|
#
37187370 |
| 25-May-2006 |
Daniel Stenberg |
better check for libs created in the .libs directory since libtool does this kind of magic
|
Revision tags: curl-7_15_3, curl-7_15_2 |
|
#
6005a461 |
| 13-Dec-2005 |
Dan Fandrich |
Log CPPFLAGS environment variable along with the others.
|
Revision tags: curl-7_15_1, curl-7_15_0 |
|
#
29e36afb |
| 15-Sep-2005 |
Daniel Stenberg |
use make -k when running the tests
|
Revision tags: curl-7_14_1 |
|
#
75dbb318 |
| 30-Aug-2005 |
Gunter Knauf |
quick hack to make it working again on Win32 - however we should consider to set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building t
quick hack to make it working again on Win32 - however we should consider to set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....
show more ...
|
Revision tags: c-ares-1_3_0 |
|
#
f451bb7c |
| 11-Aug-2005 |
Gunter Knauf |
fix for NetWare crossbuilds to display the right config.h when build on Win32.
|
#
bee7b874 |
| 20-May-2005 |
Daniel Stenberg |
added -nobuildconf
|
#
c84839eb |
| 17-May-2005 |
Daniel Stenberg |
scan for gmake and make to prefer gmake on systems that have it
|
Revision tags: curl-7_14_0 |
|
#
e010ac97 |
| 10-May-2005 |
Daniel Stenberg |
allow the ares/config.h display to fail
|
#
b2b66f74 |
| 09-May-2005 |
Daniel Stenberg |
no need to display src/config.h anymore since it is a duplicate of lib/config.h but we could use having a look at ares/config.h when that is used
|
#
6063dff8 |
| 18-Apr-2005 |
Daniel Stenberg |
Modified to not mix ordinary print to STDOUT with a system() that prints to stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-scrip
Modified to not mix ordinary print to STDOUT with a system() that prints to stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-script doesn't properly find the first string in the output stream.
show more ...
|
Revision tags: curl-7_13_2 |
|
#
5b6b6283 |
| 19-Mar-2005 |
Daniel Stenberg |
some additional debug output
|
#
6b978db3 |
| 18-Mar-2005 |
Dan Fandrich |
Netware builds don't use configure.
|
#
44f2024b |
| 18-Mar-2005 |
Daniel Stenberg |
adjust to use plain 'make' even for cross-compiles if using configure- style build
|
#
e8ddf848 |
| 17-Mar-2005 |
Daniel Stenberg |
don't set TEST_F to blank when --runtestopts isn't used, as that will override the default options set in the Makefile
|
#
23323774 |
| 17-Mar-2005 |
Dan Fandrich |
Added the --runtestsopts option to testcurl.pl to override the default options used by runtests.pl during testing (useful for disabling valgrind).
|
#
06ffb47e |
| 15-Mar-2005 |
Daniel Stenberg |
initial man page attempt for testcurl.pl
|
#
562d2de3 |
| 15-Mar-2005 |
Daniel Stenberg |
Added lots of new command line options, made confsuffix get set based on targetos only and not build os. Commented away the line that enables perl warnings.
|
#
387aaba8 |
| 14-Mar-2005 |
Daniel Stenberg |
show LDFLAGS too
|
#
0e4e28fd |
| 11-Mar-2005 |
Daniel Stenberg |
no more rewriting of the setup file
|
Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2 |
|
#
1eddbb1b |
| 10-Oct-2004 |
Daniel Stenberg |
attempt to make the configure output appear in the build log when it runs on my solaris 2.7 box too (currently unknown perl version)
|