Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-15 | Add a couple of renamed files to the removal list | Yang Tse | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-08 | Adjusted libtool version parsing due to libtool --version now also | Yang Tse | |
reporting package version in parentheses which confused this script. Remove debug tracing used to debug this. | |||
2009-06-07 | debug test a non-greedy pattern | Yang Tse | |
2009-06-06 | Add some debug tracing | Yang Tse | |
2009-06-06 | remove the ofending regexp | Yang Tse | |
2009-06-06 | remove line not intended to be committed | Yang Tse | |
2009-06-06 | attempt to fix regex | Yang Tse | |
2009-06-06 | Adjusted libtool version parsing due to libtool --version now also | Yang Tse | |
reporting package name in parentheses which confused this script. | |||
2009-06-05 | Depending on the libtool and automake versions being used config.guess gets | Yang Tse | |
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. | |||
2009-06-03 | Remove more generated files. | Yang Tse | |
Yet unknown error might leave libtool-like files in source directory. | |||
2009-06-03 | Remove more generated files | Yang Tse | |
2009-06-03 | Remove all generated 'Makefile' files. | Yang Tse | |
This can be done now that no file with such name exists in CVS tree. | |||
2009-06-03 | Remove more generated files | Yang Tse | |
2009-06-01 | Temporarily disable config.guess related checks | Yang Tse | |
2009-06-01 | HP-UX requires libtool version 1.5.24 or newer | Yang Tse | |
2009-03-09 | - Andreas Farber made the 'buildconf' script check for the presence of m4 | Daniel Stenberg | |
scripts to make it detect a bad checkout earlier. People with older checkouts who don't do cvs update with the -d option won't get the new dirs and then will get funny outputs that can be a bit hard to understand and fix. | |||
2009-02-13 | Remove following files generated on previous buildconf run: | Yang Tse | |
ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 | |||
2009-01-08 | Only care about the first line of libtool --version as otherwise this script | Daniel Stenberg | |
get fooled by libtool 2, and at least libtool 1.5.2x do output the interesting version string in the first line. | |||
2008-08-14 | curlbuild.h is a generated file on configure-capable systems | Yang Tse | |
2008-08-07 | Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow | Yang Tse | |
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'. | |||
2008-08-05 | Validate that autom4te and autoconf versions match. | Yang Tse | |
Validate that aclocal and automake versions match. Improve removal of previous run generated files. Remove verbose debug logging of aclocal on Solaris. | |||
2008-08-01 | This line was for local testing, not intended to be committed. | Yang Tse | |
2008-08-01 | Ensure that reserved keyword AC_DEFUN is only used for its purpose. | Yang Tse | |
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | |
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. | |||
2008-07-30 | Show autom4te and aclocal versions. | Yang Tse | |
Set SED for Solaris to gsed if available. | |||
2008-07-29 | For testing purposes on SunOS systems; directly feed acinclude.m4 with | Yang Tse | |
reentrant.m4 and remove reentrant.m4 before calling aclocal. | |||
2008-07-29 | For debugging purposes, show all sed's available in PATH on SunOS systems. | Yang Tse | |
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | |
in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism. | |||
2008-07-28 | Ensure that buildconf runs from the subdirectory where configure.ac lives | Yang Tse | |
2008-07-28 | Remove files generated on previous buildconf/configure run, | Yang Tse | |
and for debugging purposes show ACLOCAL_FLAGS. | |||
2008-07-27 | When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours. | Yang Tse | |
2008-07-27 | For debugging purposes, run aclocal in verbose mode on SunOS systems. | Yang Tse | |
2008-07-25 | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵ | Yang Tse | |
problem | |||
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros. | |||
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse | |
2006-09-04 | I fell over a new libtool that starts with a newline so we need to fetch | Daniel Stenberg | |
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... | |||
2006-01-06 | As Alexander Lazic pointed out, run the buildconf from the ares dir if that | Daniel Stenberg | |
is present instead of trying to duplicate that stuff in this script. | |||
2005-12-21 | added our regular source header | Daniel Stenberg | |
2005-12-21 | allow more evironment variables to control what tools to check for and use | Daniel Stenberg | |
2005-12-21 | use ACLOCAL even when using 'find' to find the aclocal tool | Daniel Stenberg | |
2005-09-01 | use -c to automake to copy the new files | Daniel Stenberg | |
2005-06-13 | run libtoolize in the ares dir as well, and modified the output slightly for | Daniel Stenberg | |
all tools run in the ares dir - now shown like "running ares/[tool]" | |||
2005-06-09 | make sure the found tool is a regular file (and not a dir or something) | Daniel Stenberg | |
2005-06-09 | Modified to use 'head -n 1' instead of 'head -1' since some versions of head | Daniel Stenberg | |
complains and claims this is deprecated. | |||
2005-06-07 | Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do the | Daniel Stenberg | |
changes in a slower and more controlled manner... | |||
2005-06-06 | Tupone Alfredo's fixes: | Daniel Stenberg | |
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-04-07 | bail out if perl is missing, it is needed for building curl anyway | Daniel Stenberg | |
2005-04-07 | check for libtoolize and aclocal to doublecheck the installations better | Daniel Stenberg | |
2004-12-25 | ./src/config.h.in is now removed from CVS. It is copied from the | Daniel Stenberg | |
lib/config.h.in file by buildconf |