Ticket #29433: patch-configure.diff
File patch-configure.diff, 972 bytes (added by humem (humem), 14 years ago) |
---|
-
configure
old new 43 43 libdir='${exec_prefix}/lib' 44 44 includedir='${prefix}/include' 45 45 oldincludedir='/usr/include' 46 infodir='${prefix}/ info'47 mandir='${prefix}/ man'46 infodir='${prefix}/share/info' 47 mandir='${prefix}/share/man' 48 48 49 49 # Initialize some other variables. 50 50 subdirs= … … 1432 1432 *) # Relative path. 1433 1433 ac_sub_cache_file="$ac_dots$cache_file" ;; 1434 1434 esac 1435 case "$ac_given_INSTALL" in1436 [/$]*) INSTALL="$ac_given_INSTALL" ;;1437 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;1438 esac1435 # case "$ac_given_INSTALL" in 1436 # [/$]*) INSTALL="$ac_given_INSTALL" ;; 1437 # *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 1438 # esac 1439 1439 1440 1440 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" 1441 1441 # The eval makes quoting arguments work.