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 e0a2294 commit d831d99Copy full SHA for d831d99
build-make.sh
@@ -69,11 +69,10 @@ cp ../patch/make.patch .
69
patch -u -p0 < make.patch
70
echo ""
71
72
-if ! autoreconf
73
-then
74
- echo "Failed to reconfigure Make"
75
- [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
76
-fi
+# Autoreconf does not work on Solaris. Fortunately the Makr folks supplied
+# an updated configure file. We only need to keep it in the past.
+touch -t 197001010000 "configure.ac"
+touch -t 197001010000 "configure"
77
78
# Fix sys_lib_dlsearch_path_spec and keep the file time in the past
79
../fix-config.sh
0 commit comments