freebsd-ports/lang/erlang14/files/post-patch-configure
Jimmy Olgeni 735521c275 Update port to version 8.0 (R8B-0).
Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
2002-03-31 10:23:43 +00:00

10 lines
356 B
Text

--- configure.orig Fri Dec 7 16:13:39 2001
+++ configure Fri Dec 7 16:19:33 2001
@@ -1081,6 +1081,7 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
+ ac_given_INSTALL="$INSTALL"
case "$ac_given_INSTALL" in
[/$]*) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;