Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-21 | stripped \r from win32 curl --version output. | Gunter Knauf | |
2009-05-21 | enable mingw64 target. | Gunter Knauf | |
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse | |
2009-04-30 | When generated, display libcurl.pc and libcares.pc | Yang Tse | |
2009-04-29 | Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵ | Yang Tse | |
and ares_build.h | |||
2009-04-29 | Trigger c-ares prebuild stage for fake-config setup's | Yang Tse | |
2009-04-29 | When running testcurl.pl display definitions from ares_build.h | Yang Tse | |
2009-04-27 | Log MAKEFLAGS environment variable along with the others. | Yang Tse | |
2008-10-02 | runtests.pl enables picky compiler warnings unless explicitly disabled | Yang Tse | |
2008-08-22 | Increase to 20 the number of CVS update retries. | Yang Tse | |
2008-08-11 | Die when curlbuild.h is not created or available | Yang Tse | |
2008-08-10 | Fix NetWare curlbuild.h | Yang Tse | |
NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h | |||
2008-08-09 | When running testcurl.pl display definitions from curlbuild.h | Yang Tse | |
2008-08-08 | Reintroduce the adjustment previously done in testcurl.pl so that it copies the | Yang Tse | |
CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. All the curlbuild.h stuff was done taking in consideration that no adjustment would be needed in non-configure makefiles. As it is documented, when trying to build on non-configure capable systems or on systems which for any reason don't run the true configure script, it is required to have the proper curlbuild.h in place before calling any makefile. Due to the hardcore memory debugging stuff c-ares enabled debug builds also need the file in the proper place before attempting to build c-ares. | |||
2008-08-08 | Peek at predefined symbols done. and now removed. | Yang Tse | |
Netware's autobuilds gcc can not been told apart from a standard built gcc. | |||
2008-08-08 | Take a peek at netware's gcc predefined symbols. | Yang Tse | |
2008-08-07 | Remove last adjustment done to testcurl.pl to verify if change introduced by | Yang Tse | |
Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds going again. | |||
2008-08-07 | Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h | Yang Tse | |
for non-configure targets when host system doesn't run buildconf.bat. | |||
2008-07-31 | s/silly/underquoted definition/ | Yang Tse | |
2008-07-30 | Reinstate hiding aclocal 'underquoted definition' warnings. | Yang Tse | |
2008-07-26 | No longer hide aclocal 'underquoted definition' warnings. | Yang Tse | |
http://sources.redhat.com/automake/automake.html#Extending-aclocal documents that starting with Automake 1.8, aclocal will warn about all underquoted calls to AC_DEFUN due to the fact that in a single aclocal run it might include more than once all .m4 files which it finds available, this includes .m4 files from other software packages. If the first argument to AC_DEFUN is underquoted and the same macro is included more than once, successive inclusions after the first one will expand the macro instead of assuming it is the same as the first one included. | |||
2008-03-20 | added --extvercmd parameter which can be used to specify an external command ↵ | Gunter Knauf | |
to display 'curl --version', f.e. with MinW32 crosscompile --extvercmd=/usr/bin/wine can be used. | |||
2007-12-20 | Use getcwd() to get the directory, which works even if one of the | Dan Fandrich | |
directory components doesn't have read permission set. | |||
2007-06-28 | revert previous patch since it turned out that older cp dont know this ↵ | Gunter Knauf | |
switch, argh! | |||
2007-06-28 | fixed nasty cp warnings about not beeing able to preserve ownership. | Gunter Knauf | |
2007-04-01 | print update message only if we really update CVS. | Gunter Knauf | |
2007-03-26 | catch up new lib extension when build with gcc/nlmconv. | Gunter Knauf | |
2007-02-27 | log a 1120 chars long string to aid in quoted-printable and soft | Yang Tse | |
line break detection in daily build logs. | |||
2007-02-22 | remove redundant check in timestamp detection | Yang Tse | |
2007-02-20 | Several corrections & changes to what has been stated in revision 1.45 | Yang Tse | |
1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is the "CVS" string. 2) testcurl.pl will always print the "date" string which represents the moment the test build is run. 3) testcurl.pl may not print the "timestamp" string since the script may end before it is printed out. (i.e. unable to update from CVS) 4) The "timestamp" string printed will be the same as the "date" one unless one of the following conditions is met. *) It is a tarball-based build. Timestamp will be creation time. *) CVS update has been done. Timestamp will be end of CVS update. | |||
2007-02-19 | fix typo | Yang Tse | |
2007-02-19 | Show libcurl's timestamp. This timestamp is only available in curlver.h | Yang Tse | |
for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and builds the timestamp we show is the current UTC build time as it is the CVS version timestamp. In this way, all builds will have a valid source code timestamp which isn't related to the moment the tests and build is performed, with the exception of CVS-based ones which have the same "date" and "timestamp" | |||
2007-01-27 | update copyright year notice | Yang Tse | |
2007-01-25 | set proper lib extension for non-configure mingw32 builds on Win32. | Gunter Knauf | |
2007-01-18 | Make the test script tag parser a bit more robust. | Dan Fandrich | |
Check for the .exe extension on mingw32 builds. | |||
2006-10-17 | buildconf already runs ares/buildconf by itself if there is an ares subdir | Daniel Stenberg | |
present, so there's no use to doing it again in this script! | |||
2006-05-27 | reverted the previous .libs check for libs, but instead make mingw32 builds | Daniel Stenberg | |
more similar to other configure builds (== use .la for libext and no binext) | |||
2006-05-25 | better check for libs created in the .libs directory since libtool does this | Daniel Stenberg | |
kind of magic | |||
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich | |
2005-09-15 | use make -k when running the tests | Daniel Stenberg | |
2005-08-30 | quick hack to make it working again on Win32 - however we should consider to ↵ | Gunter Knauf | |
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.... | |||
2005-08-11 | fix for NetWare crossbuilds to display the right config.h when build on Win32. | Gunter Knauf | |
2005-05-20 | added -nobuildconf | Daniel Stenberg | |
2005-05-17 | scan for gmake and make to prefer gmake on systems that have it | Daniel Stenberg | |
2005-05-10 | allow the ares/config.h display to fail | Daniel Stenberg | |
2005-05-09 | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg | |
but we could use having a look at ares/config.h when that is used | |||
2005-04-18 | Modified to not mix ordinary print to STDOUT with a system() that prints to | Daniel Stenberg | |
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. | |||
2005-03-19 | some additional debug output | Daniel Stenberg | |
2005-03-18 | Netware builds don't use configure. | Dan Fandrich | |
2005-03-18 | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | |
style build |