Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 082941ed | 2021-11-24 14:41:33 | build: remove inconsistently used x-prefix comparisons Given that these are already used inconsistently with `test` checks, it makes sense to consolidate to not use the x-prefix comparisons at all. In any case, it would be nice to think we no longer have to work around a problem that existed in shells many, many years ago. More info: https://github.com/koalaman/shellcheck/wiki/SC2268 https://www.vidarholen.net/contents/blog/?p=1035 | ||
| 9376ac4d | 2016-10-31 22:37:16 | autogen.sh: learn about gmake Fixes: 69cce257eb6183dda114d8f5b8ca0325cfabe2e1 ("69cce257eb6183dda114d8f5b8ca0325cfabe2e1") | ||
| 69cce257 | 2016-10-31 12:01:20 | autogen.sh: remove all autoconf/automake caches, if any Otherwise if you for example share root of libevent repository with some vm (for example windows+cygwin) then if you try to build with configure on host, and then on guest it will fail, so let's just ignore this since autogen.sh is just for this -- cleaning all stuff. | ||
| 7ea8e89d | 2010-09-03 15:12:35 | Prefer autoreconf -ivf to manual autogen.sh Suggested by Ralph Castain | ||
| 8a440623 | 2010-06-17 10:33:06 | Have autogen.sh pass --force-missing to automake Previously, our autogen.sh script wouldn't tell automake to update older versions of its copied-in scripts, which would cause problems if they got sufficiently out-of-date. | ||
| 558de9b3 | 2008-03-02 21:18:33 | Provide OpenSSL style support for multiple threads accessing the same event_base svn:r684 | ||
| cabcd62f | 2007-11-08 17:36:28 | r16578@catbus: nickm | 2007-11-08 12:34:51 -0500 The == operator in shell is a bash-ism; do not use it in autogen.sh svn:r503 | ||
| 5a0d671f | 2007-09-20 18:26:56 | r15219@catbus: nickm | 2007-09-20 14:17:32 -0400 Apply patch from Trond Norbye with recommendations from Magne Mahre and Hannah Schroeter: make autogen.sh work on systems where /bin/sh is not bash. svn:r444 | ||
| 47ed792c | 2007-09-18 15:16:17 | r15102@catbus: nickm | 2007-09-18 11:12:43 -0400 Make the autogen.sh script executable. svn:r438 | ||
| 51fde166 | 2006-11-22 04:35:56 | forgot to add this svn:r272 |