Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Validate that autom4te and autoconf versions match. | Yang Tse | 2008-08-05 | 1 | -74/+60 | |
| | | | | | | | | Validate that aclocal and automake versions match. Improve removal of previous run generated files. Remove verbose debug logging of aclocal on Solaris. | |||||
* | This line was for local testing, not intended to be committed. | Yang Tse | 2008-08-01 | 1 | -1/+0 | |
| | ||||||
* | Ensure that reserved keyword AC_DEFUN is only used for its purpose. | Yang Tse | 2008-08-01 | 1 | -0/+1 | |
| | ||||||
* | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | 2008-07-30 | 1 | -35/+1 | |
| | | | | | including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. | |||||
* | Show autom4te and aclocal versions. | Yang Tse | 2008-07-30 | 1 | -3/+18 | |
| | | | | Set SED for Solaris to gsed if available. | |||||
* | For testing purposes on SunOS systems; directly feed acinclude.m4 with | Yang Tse | 2008-07-29 | 1 | -0/+12 | |
| | | | | reentrant.m4 and remove reentrant.m4 before calling aclocal. | |||||
* | For debugging purposes, show all sed's available in PATH on SunOS systems. | Yang Tse | 2008-07-29 | 1 | -3/+22 | |
| | ||||||
* | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | 2008-07-29 | 1 | -10/+1 | |
| | | | | | | | | | | | | 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. | |||||
* | Ensure that buildconf runs from the subdirectory where configure.ac lives | Yang Tse | 2008-07-28 | 1 | -0/+12 | |
| | ||||||
* | Remove files generated on previous buildconf/configure run, | Yang Tse | 2008-07-28 | 1 | -1/+76 | |
| | | | | and for debugging purposes show ACLOCAL_FLAGS. | |||||
* | When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours. | Yang Tse | 2008-07-27 | 1 | -2/+7 | |
| | ||||||
* | For debugging purposes, run aclocal in verbose mode on SunOS systems. | Yang Tse | 2008-07-27 | 1 | -1/+6 | |
| | ||||||
* | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵ | Yang Tse | 2008-07-25 | 1 | -1/+1 | |
| | | | | problem | |||||
* | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | 2008-07-24 | 1 | -0/+1 | |
| | | | | | | | 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. | |||||
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | I fell over a new libtool that starts with a newline so we need to fetch | Daniel Stenberg | 2006-09-04 | 1 | -1/+1 | |
| | | | | | | 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... | |||||
* | As Alexander Lazic pointed out, run the buildconf from the ares dir if that | Daniel Stenberg | 2006-01-06 | 1 | -6/+2 | |
| | | | | is present instead of trying to duplicate that stuff in this script. | |||||
* | added our regular source header | Daniel Stenberg | 2005-12-21 | 1 | -0/+22 | |
| | ||||||
* | allow more evironment variables to control what tools to check for and use | Daniel Stenberg | 2005-12-21 | 1 | -7/+13 | |
| | ||||||
* | use ACLOCAL even when using 'find' to find the aclocal tool | Daniel Stenberg | 2005-12-21 | 1 | -2/+1 | |
| | ||||||
* | use -c to automake to copy the new files | Daniel Stenberg | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | run libtoolize in the ares dir as well, and modified the output slightly for | Daniel Stenberg | 2005-06-13 | 1 | -2/+4 | |
| | | | | all tools run in the ares dir - now shown like "running ares/[tool]" | |||||
* | make sure the found tool is a regular file (and not a dir or something) | Daniel Stenberg | 2005-06-09 | 1 | -1/+1 | |
| | ||||||
* | Modified to use 'head -n 1' instead of 'head -1' since some versions of head | Daniel Stenberg | 2005-06-09 | 1 | -5/+5 | |
| | | | | complains and claims this is deprecated. | |||||
* | Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do the | Daniel Stenberg | 2005-06-07 | 1 | -12/+6 | |
| | | | | changes in a slower and more controlled manner... | |||||
* | Tupone Alfredo's fixes: | Daniel Stenberg | 2005-06-06 | 1 | -6/+12 | |
| | | | | | | | | | | | | | 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.) | |||||
* | bail out if perl is missing, it is needed for building curl anyway | Daniel Stenberg | 2005-04-07 | 1 | -2/+11 | |
| | ||||||
* | check for libtoolize and aclocal to doublecheck the installations better | Daniel Stenberg | 2005-04-07 | 1 | -0/+15 | |
| | ||||||
* | ./src/config.h.in is now removed from CVS. It is copied from the | Daniel Stenberg | 2004-12-25 | 1 | -0/+2 | |
| | | | | lib/config.h.in file by buildconf | |||||
* | Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by | Daniel Stenberg | 2004-09-30 | 1 | -0/+4 | |
| | | | | | properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.) | |||||
* | simplified all die messages | Daniel Stenberg | 2004-05-18 | 1 | -5/+5 | |
| | ||||||
* | simplified the automake failed message too | Daniel Stenberg | 2004-05-18 | 1 | -1/+1 | |
| | ||||||
* | simplified the die-line when aclocal fails, the previous one confused | Daniel Stenberg | 2004-05-18 | 1 | -1/+1 | |
| | | | | the netbsd shell | |||||
* | when checking the automake version, cut off trailing "-p[whatever]" from the | Daniel Stenberg | 2004-03-30 | 1 | -1/+1 | |
| | | | | version string before doing the version number checks. | |||||
* | recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch) | Daniel Stenberg | 2004-03-21 | 1 | -2/+2 | |
| | ||||||
* | Check for a GNU version of m4, since autoconf won't run nicely without one. | Daniel Stenberg | 2004-03-15 | 1 | -0/+14 | |
| | ||||||
* | if ares is present, run aclocal in that dir before autoconf is run | Daniel Stenberg | 2004-02-25 | 1 | -1/+3 | |
| | ||||||
* | AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so we | Daniel Stenberg | 2004-02-18 | 1 | -3/+20 | |
| | | | | now scan the PATH ourself to find the path to (g)libtool | |||||
* | use libtoolize --force to overwrite existing (older) files | Daniel Stenberg | 2004-02-11 | 1 | -1/+1 | |
| | ||||||
* | Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure to | Daniel Stenberg | 2004-01-29 | 1 | -0/+2 | |
| | | | | run in a sane manner on his MPE/iX operating system. | |||||
* | display OK if it runs OK | Daniel Stenberg | 2004-01-27 | 1 | -0/+2 | |
| | ||||||
* | Tor Arntsen fixed a spelling error | Daniel Stenberg | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | run autoconf in the ares dir as well if the dir is present, after it has | Daniel Stenberg | 2003-10-20 | 1 | -0/+8 | |
| | | | | been run "as usual" | |||||
* | improved the libtool check to disqualify "1.4c" when 1.4.2 is required | Daniel Stenberg | 2003-10-14 | 1 | -6/+15 | |
| | ||||||
* | fix comment | Daniel Stenberg | 2003-05-13 | 1 | -1/+1 | |
| | ||||||
* | no more complaining when I have 1.5 and it tests for 1.4.2 | Daniel Stenberg | 2003-05-12 | 1 | -2/+4 | |
| | ||||||
* | Dan Fandrich lowered the libtool requirement | Daniel Stenberg | 2003-05-12 | 1 | -3/+3 | |
| | ||||||
* | oops, run libtoolize as the first tool | Daniel Stenberg | 2003-05-09 | 1 | -3/+2 | |
| | ||||||
* | run libtoolize too | Daniel Stenberg | 2003-05-09 | 1 | -0/+2 | |
| | ||||||
* | put back the libtool test, now for 1.5 | Daniel Stenberg | 2003-05-03 | 1 | -8/+54 | |
| | | | | | require autoconf 2.57 require automake 1.7 |