Skip to content

Commit d831d99

Browse files
committed
Update Make recipe for Solaris
1 parent e0a2294 commit d831d99

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build-make.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ cp ../patch/make.patch .
6969
patch -u -p0 < make.patch
7070
echo ""
7171

72-
if ! autoreconf
73-
then
74-
echo "Failed to reconfigure Make"
75-
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
76-
fi
72+
# Autoreconf does not work on Solaris. Fortunately the Makr folks supplied
73+
# an updated configure file. We only need to keep it in the past.
74+
touch -t 197001010000 "configure.ac"
75+
touch -t 197001010000 "configure"
7776

7877
# Fix sys_lib_dlsearch_path_spec and keep the file time in the past
7978
../fix-config.sh

0 commit comments

Comments
 (0)