|
9376ac4d
|
2016-10-31T22:37:16
|
|
autogen.sh: learn about gmake
Fixes: 69cce257eb6183dda114d8f5b8ca0325cfabe2e1
("69cce257eb6183dda114d8f5b8ca0325cfabe2e1")
|
|
69cce257
|
2016-10-31T12: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-03T15:12:35
|
|
Prefer autoreconf -ivf to manual autogen.sh
Suggested by Ralph Castain
|
|
8a440623
|
2010-06-17T10: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-02T21:18:33
|
|
Provide OpenSSL style support for multiple threads accessing the same event_base
svn:r684
|
|
cabcd62f
|
2007-11-08T17: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-20T18: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-18T15:16:17
|
|
r15102@catbus: nickm | 2007-09-18 11:12:43 -0400
Make the autogen.sh script executable.
svn:r438
|
|
51fde166
|
2006-11-22T04:35:56
|
|
forgot to add this
svn:r272
|