1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 01:55:02 -07:00
Commit Graph

18 Commits

Author SHA1 Message Date
Baptiste Jonglez
e8900988a8 Make sure config.sub and config.guess are executable (#1024)
* Make sure config.sub and config.guess are executable

This fixes Spack build on ppc64 and aarch64, see https://github.com/spack/spack/pull/21256

* Move config files after setting their mode

Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com>
2021-01-27 14:01:30 +01:00
Frank Denis
d8c67b7f45 Clarify 2020-08-14 08:33:20 +02:00
Frank Denis
0055072fa8 Print something after auto* are done 2020-05-26 14:53:22 +02:00
Frank Denis
470f70d510 libtoolize copy 2020-05-26 14:44:44 +02:00
Frank Denis
3bb6ee1b52 Always copy aux files 2020-05-26 14:42:19 +02:00
Frank Denis
30e7c6f8a7 Don't use autoreconf 2020-05-26 14:39:07 +02:00
Frank Denis
7bbaa6820b Update autogen.sh 2020-05-18 22:05:58 +02:00
谭九鼎
78da96fc15
Add -S for curl 2019-09-25 23:00:19 +08:00
Frank Denis
515d540524 autogen.sh: make config.guess update optional 2019-05-16 23:38:48 +02:00
Frank Denis
aff4a60581 Automatically update config.{sub,guess} in autogen.sh 2019-05-03 11:15:27 +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