configure.patch revision 683
683N/A--- otp_src_R12B-5/lib/erl_interface/configure.orig Wed Jan 25 05:47:46 2012
683N/A+++ otp_src_R12B-5/lib/erl_interface/configure Wed Jan 25 05:51:11 2012
683N/A@@ -5043,16 +5043,6 @@
683N/A { (exit 1); exit 1; }; }
683N/A fi
683N/A
683N/A-case $host in
683N/A- *-*-solaris*|free_source)
683N/A- if test -x /usr/ucb/install; then
683N/A- INSTALL="/usr/ucb/install -c"
683N/A- fi
683N/A- ;;
683N/A- *)
683N/A- ;;
683N/A-esac
683N/A-
683N/A # Find a good install program. We prefer a C program (faster),
683N/A # so one script is as good as another. But avoid the broken or
683N/A # incompatible versions:
683N/A--- otp_src_R12B-5/erts/configure.orig Wed Jan 25 06:18:20 2012
683N/A+++ otp_src_R12B-5/erts/configure Wed Jan 25 06:18:34 2012
683N/A@@ -5283,15 +5283,6 @@
683N/A
683N/A _search_path=
683N/A
683N/A-case $host in
683N/A- *-*-solaris*|free_source)
683N/A- if test -x /usr/ucb/install; then
683N/A- INSTALL="/usr/ucb/install -c"
683N/A- fi
683N/A- ;;
683N/A- *)
683N/A- ;;
683N/A-esac
683N/A # Find a good install program. We prefer a C program (faster),
683N/A # so one script is as good as another. But avoid the broken or
683N/A # incompatible versions: