10 Commits

Author SHA1 Message Date
fanquake
082941edf2
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
2021-11-24 14:41:33 +08:00
Azat Khuzhin
9376ac4dff autogen.sh: learn about gmake
Fixes: 69cce257eb6183dda114d8f5b8ca0325cfabe2e1
("69cce257eb6183dda114d8f5b8ca0325cfabe2e1")
2016-10-31 22:37:56 +03:00
Azat Khuzhin
69cce257eb 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.
2016-10-31 12:12:54 +03:00
Nick Mathewson
7ea8e89d5c Prefer autoreconf -ivf to manual autogen.sh
Suggested by Ralph Castain
2010-09-03 15:12:35 -04:00
Nick Mathewson
8a44062308 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.
2010-06-17 10:33:06 -04:00
Niels Provos
558de9b377 Provide OpenSSL style support for multiple threads accessing the same event_base
svn:r684
2008-03-02 21:18:33 +00:00
Nick Mathewson
cabcd62f38 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
2007-11-08 17:36:28 +00:00
Nick Mathewson
5a0d671f0e 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
2007-09-20 18:26:56 +00:00
Nick Mathewson
47ed792cb6 r15102@catbus: nickm | 2007-09-18 11:12:43 -0400
Make the autogen.sh script executable.


svn:r438
2007-09-18 15:16:17 +00:00
Niels Provos
51fde16666 forgot to add this
svn:r272
2006-11-22 04:35:56 +00:00