Ticket #29433: patch-configure.diff

File patch-configure.diff, 972 bytes (added by humem (humem), 13 years ago)
  • configure

    old new  
    4343libdir='${exec_prefix}/lib'
    4444includedir='${prefix}/include'
    4545oldincludedir='/usr/include'
    46 infodir='${prefix}/info'
    47 mandir='${prefix}/man'
     46infodir='${prefix}/share/info'
     47mandir='${prefix}/share/man'
    4848
    4949# Initialize some other variables.
    5050subdirs=
     
    14321432      *) # Relative path.
    14331433        ac_sub_cache_file="$ac_dots$cache_file" ;;
    14341434      esac
    1435   case "$ac_given_INSTALL" in
    1436         [/$]*) INSTALL="$ac_given_INSTALL" ;;
    1437         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    1438         esac
     1435#  case "$ac_given_INSTALL" in
     1436#        [/$]*) INSTALL="$ac_given_INSTALL" ;;
     1437#        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
     1438#        esac
    14391439
    14401440      echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
    14411441      # The eval makes quoting arguments work.