mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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).
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
--- 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" ;;
|