mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Try running autoreconf --version
This checks that autoreconf is actually the one we expect and not some unrelated script.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ if [ ! -x "`which automake 2>/dev/null`" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
||||
if autoreconf --version > /dev/null 2>&1 ; then
|
||||
exec autoreconf -ivf
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user