17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
+
|
http://chiselapp.com/user/rkeene/repository/autoconf/doc/trunk/versionscript.m4
'http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_check_compile_flag.m4'
'http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_check_link_flag.m4'
'http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_openmp.m4'
)
localFiles=(
aclocal/xax_check_func_in_lib.m4
)
failed='0'
for command in "${commands[@]}"; do
if [ ! -f "$(which "${command}" 2>/dev/null)" ]; then
echo "error: Unable to locate ${command}" >&2
failed='1'
|