components/erlang/patches/configure.patch
changeset 667 bf7a382b5272
child 1119 8acf1591784d
equal deleted inserted replaced
666:3e3828ae1878 667:bf7a382b5272
       
     1 --- otp_src_R12B-5/lib/erl_interface/configure.orig	Wed Jan 25 05:47:46 2012
       
     2 +++ otp_src_R12B-5/lib/erl_interface/configure	Wed Jan 25 05:51:11 2012
       
     3 @@ -5043,16 +5043,6 @@
       
     4     { (exit 1); exit 1; }; }
       
     5  fi
       
     6  
       
     7 -case $host in
       
     8 -  *-*-solaris*|free_source)
       
     9 -    if test -x /usr/ucb/install; then
       
    10 -      INSTALL="/usr/ucb/install -c"
       
    11 -    fi
       
    12 -    ;;
       
    13 -  *)
       
    14 -    ;;
       
    15 -esac
       
    16 -
       
    17  # Find a good install program.  We prefer a C program (faster),
       
    18  # so one script is as good as another.  But avoid the broken or
       
    19  # incompatible versions:
       
    20 --- otp_src_R12B-5/erts/configure.orig	Wed Jan 25 06:18:20 2012
       
    21 +++ otp_src_R12B-5/erts/configure	Wed Jan 25 06:18:34 2012
       
    22 @@ -5283,15 +5283,6 @@
       
    23  
       
    24  _search_path=
       
    25  
       
    26 -case $host in
       
    27 -  *-*-solaris*|free_source)
       
    28 -    if test -x /usr/ucb/install; then
       
    29 -      INSTALL="/usr/ucb/install -c"
       
    30 -    fi
       
    31 -    ;;
       
    32 -  *)
       
    33 -    ;;
       
    34 -esac
       
    35  # Find a good install program.  We prefer a C program (faster),
       
    36  # so one script is as good as another.  But avoid the broken or
       
    37  # incompatible versions: