735521c275
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).
10 lines
356 B
Text
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" ;;
|