aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - use python from the path, as the system python might be kind of "old"Fabian Groffen2007-03-201-1/+1
| | | | | | | - if you use /bin/sh, then also only use /bin/sh syntax svn path=/main/branches/prefix/; revision=6249
* Use latest/default autotools, unset possibly unused variableFabian Groffen2006-11-261-2/+2
| | | | svn path=/main/branches/prefix/; revision=5132
* Really fix autoconf-2.60 misery:Fabian Groffen2006-11-041-6/+10
| | | | | | | | | | | | | - don't run autoheader if we don't have config.h (Thanks flameeyes!) - clean up mess with errors and warnings so we actually see what's happening - make sure we abort mission if autoconfing the bunch fails - require autoconf 2.60 now, as we changed the configure script to do it's dirty voodoo based on the output of 2.60, which is different from its predecessor(s) svn path=/main/branches/prefix/; revision=4936
* autoconf-2.60 is annoying. Add AC_CONFIG_HEADERS([config.h]) because itFabian Groffen2006-11-041-0/+1
| | | | | | | wants it, and remove it afterwards because we don't need it. svn path=/main/branches/prefix/; revision=4935
* - Don't use /tmp, but use /var/tmp instead (/tmp might be memory swap,Fabian Groffen2006-10-141-0/+1
| | | | | | | | | e.g. Solaris) - Forget about permissions for now, we're unprivileged - Some systems don't have libtoolize, but DO have glibtoolize svn path=/main/branches/prefix/; revision=4690
* touch ups of autotooling (missed files mainly, and unneeded files)Brian Harring2005-11-111-0/+13
svn path=/main/branches/prefix/; revision=2293