summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Autotools fixes from Richard Hansen:Eric S. Raymond2009-03-241-1/+1
| | | | | | | | | | | | | | | | | Autoconf has a longstanding bug in AC_REQUIRE that causes out-of-order macro expansion problems. This patch works around the Autoconf bug. I (Hansen) noticed strange shell errors when running configure with '--disable-python', and some quick googling revealed the problem and the workaround. The next band prevents autogen.sh from doing field splitting on the parameters passed to configure. Before, running the following: $ ./autogen.sh CC="ccache gcc" would call configure like this: ./configure CC=ccache gcc Notice the two separate parameters: "CC=ccache" and "gcc". Now autogen.sh calls configure like this: ./configure "CC=ccache gcc"
* let the user specify a particular LIBTOOL... mostly for OSX usersChris Kuethe2009-01-131-2/+8
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* adding "--include-deps" creates makefiles compatible with bsd and gnu makeChris Kuethe2006-09-141-1/+1
|
* Make autogen.sh work even if the version of automake is older, e.g. 1.4-p4.Eric S. Raymond2005-09-061-2/+3
| | | | >From Andreas Schneider.
* Try to fix Oleg's automake problem. More doc fixes.Eric S. Raymond2005-07-081-5/+5
|
* Attempt to banish Mark Cohen's bug.Eric S. Raymond2005-07-041-6/+6
|
* Tag release 2.1release-2.1Eric S. Raymond2004-09-301-0/+0
|
* Conditional-build fixes for Motifless systems, from Jens Oberender.Eric S. Raymond2004-09-091-0/+1
|
* Second step towards full autogen build.Eric S. Raymond2004-08-291-0/+101