From 735521c275cdadb380b3266af8a0cd296cfbf35c Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 31 Mar 2002 10:23:43 +0000 Subject: 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 on the erlang mailing list). --- lang/erlang/files/post-patch-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/erlang/files/post-patch-configure (limited to 'lang/erlang/files/post-patch-configure') diff --git a/lang/erlang/files/post-patch-configure b/lang/erlang/files/post-patch-configure new file mode 100644 index 000000000000..355f4493a797 --- /dev/null +++ b/lang/erlang/files/post-patch-configure @@ -0,0 +1,10 @@ +--- 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" ;; -- cgit v1.2.3