components/nmap/patches/ncat.configure.patch
changeset 605 8dca74ad1a27
parent 146 8e22ba234817
equal deleted inserted replaced
604:c25824a87b1f 605:8dca74ad1a27
       
     1 --- nmap-5.21/ncat/configure.~1~	2011-01-21 13:00:04.000000000 -0800
       
     2 +++ nmap-5.21/ncat/configure	2011-11-28 14:35:56.320662714 -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 @@ -713,7 +713,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}'