Commit Graph

11 Commits

Author SHA1 Message Date
谭九鼎
2b88282106 Add -S for curl 2019-09-25 17:17:33 +02:00
Frank Denis
d437e39034 autogen.sh: make config.guess update optional 2019-05-16 23:40:04 +02:00
Frank Denis
a37a90ccd2 Automatically update config.{sub,guess} in autogen.sh 2019-05-03 11:16:35 +02:00
Jim Patterson
1fd6a4bfc2 Replace which with command for portability (#542)
The `which` command is not part of the posix standard and not available
in some environments.  The `command` command is part of the posix
standard and well supported.

See https://unix.stackexchange.com/q/85249 for a discussion about the
use of `command` instead of `which`.

If a system had `libtool` but not `which`, the build process would issue
an erroneous error stating:

    libtool is required, but wasn't found on this system

Switching to `command` corrects this problem.
2017-05-19 14:51:56 +02:00
Frank Denis
f03f28a18a Try running autoreconf --version
This checks that autoreconf is actually the one we expect and not
some unrelated script.
2016-12-31 23:04:05 +01:00
Frank Denis
99666f588d pkg-config is not required 2015-12-25 11:51:19 +01:00
Frank Denis
f40a432bf5 More informative messages about missing package 2015-11-19 17:06:23 +01:00
Frank Denis
9131967397 We don't need libltdl 2013-04-25 22:51:19 -07:00
Frank Denis
3c5c23a64b Don't run autoheader 2013-01-21 18:52:51 -08:00
Frank Denis
e770e627dd libtoolize and get ready for a lot of autotools fun. Not. 2013-01-19 16:37:13 -08:00
Frank Denis
95b9c37cc5 Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00