components/nmap/patches/nsock.src.configure.patch
branchs11-update
changeset 2501 f20006f42637
parent 2500 1d59d8c2a113
child 2502 a97aabb9f4ea
equal deleted inserted replaced
2500:1d59d8c2a113 2501:f20006f42637
     1 --- nmap-5.21/nsock/src/configure.~1~	2011-01-21 13:00:04.000000000 -0800
       
     2 +++ nmap-5.21/nsock/src/configure	2011-11-28 14:42:04.611753978 -0800
       
     3 @@ -1,4 +1,4 @@
       
     4 -#! /bin/sh
       
     5 +#! /bin/bash
       
     6  # Guess values for system-dependent variables and create Makefiles.
       
     7  # Generated by GNU Autoconf 2.66.
       
     8  #
       
     9 @@ -237,7 +237,7 @@
       
    10  fi
       
    11  fi
       
    12  fi
       
    13 -SHELL=${CONFIG_SHELL-/bin/sh}
       
    14 +SHELL=${CONFIG_SHELL-/bin/bash}
       
    15  export SHELL
       
    16  # Unset more variables known to interfere with behavior of common tools.
       
    17  CLICOLOR_FORCE= GREP_OPTIONS=
       
    18 @@ -709,7 +709,7 @@
       
    19  datadir='${datarootdir}'
       
    20  sysconfdir='${prefix}/etc'
       
    21  sharedstatedir='${prefix}/com'
       
    22 -localstatedir='${prefix}/var'
       
    23 +localstatedir=
       
    24  includedir='${prefix}/include'
       
    25  oldincludedir='/usr/include'
       
    26  docdir='${datarootdir}/doc/${PACKAGE}'