We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53e1b commit 7ebceceCopy full SHA for 7ebcece
docker/build_scripts/install-automake.sh
@@ -30,8 +30,7 @@ if automake --version > /dev/null 2>&1; then
30
fi
31
32
33
-# keep system aclocal files with local automake
34
-aclocal --print-ac-dir >> "/usr/local/share/aclocal/dirlist"
+SYSTEM_ACLOCAL="$(which aclocal)"
35
36
fetch_source "${AUTOMAKE_ROOT}.tar.gz" "${AUTOMAKE_DOWNLOAD_URL}"
37
check_sha256sum "${AUTOMAKE_ROOT}.tar.gz" "${AUTOMAKE_HASH}"
@@ -50,5 +49,8 @@ cp -rlf /manylinux-rootfs/* /
50
49
# Remove temporary rootfs
51
rm -rf /manylinux-rootfs
52
+# keep system aclocal files with local automake
53
+"${SYSTEM_ACLOCAL}" --print-ac-dir >> "/usr/local/share/aclocal/dirlist"
54
+
55
hash -r
56
automake --version
0 commit comments