Changeset 81175
- Timestamp:
- 07/26/11 04:46:06 (4 years ago)
- Location:
- branches/release_2_0/base
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
configure (modified) (5 diffs)
-
configure.ac (modified) (2 diffs)
-
src/port1.0/port_autoconf.tcl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 81171
- Property svn:mergeinfo changed
-
branches/release_2_0/base/configure
r80727 r81175 684 684 MKBOM 685 685 LSBOM 686 XZ 687 LZMA 686 688 BZIP2 687 689 GNUPATCH … … 838 840 GNUMAKE 839 841 BZIP2 842 LZMA 843 XZ 840 844 XAR 841 845 OPEN … … 1522 1526 GNUMAKE path to gnumake command 1523 1527 BZIP2 path to bzip2 command 1528 LZMA path to lzma command 1529 XZ path to xz command 1524 1530 XAR path to xar command 1525 1531 OPEN path to open command … … 5498 5504 5499 5505 5506 # Extract the first word of "lzma", so it can be a program name with args. 5507 set dummy lzma; ac_word=$2 5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5509 $as_echo_n "checking for $ac_word... " >&6; } 5510 if ${ac_cv_path_LZMA+:} false; then : 5511 $as_echo_n "(cached) " >&6 5512 else 5513 case $LZMA in 5514 [\\/]* | ?:[\\/]*) 5515 ac_cv_path_LZMA="$LZMA" # Let the user override the test with a path. 5516 ;; 5517 *) 5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5519 for as_dir in $PATH 5520 do 5521 IFS=$as_save_IFS 5522 test -z "$as_dir" && as_dir=. 5523 for ac_exec_ext in '' $ac_executable_extensions; do 5524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5525 ac_cv_path_LZMA="$as_dir/$ac_word$ac_exec_ext" 5526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5527 break 2 5528 fi 5529 done 5530 done 5531 IFS=$as_save_IFS 5532 5533 ;; 5534 esac 5535 fi 5536 LZMA=$ac_cv_path_LZMA 5537 if test -n "$LZMA"; then 5538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LZMA" >&5 5539 $as_echo "$LZMA" >&6; } 5540 else 5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5542 $as_echo "no" >&6; } 5543 fi 5544 5545 5546 # Extract the first word of "xz", so it can be a program name with args. 5547 set dummy xz; ac_word=$2 5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5549 $as_echo_n "checking for $ac_word... " >&6; } 5550 if ${ac_cv_path_XZ+:} false; then : 5551 $as_echo_n "(cached) " >&6 5552 else 5553 case $XZ in 5554 [\\/]* | ?:[\\/]*) 5555 ac_cv_path_XZ="$XZ" # Let the user override the test with a path. 5556 ;; 5557 *) 5558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5559 for as_dir in $PATH 5560 do 5561 IFS=$as_save_IFS 5562 test -z "$as_dir" && as_dir=. 5563 for ac_exec_ext in '' $ac_executable_extensions; do 5564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5565 ac_cv_path_XZ="$as_dir/$ac_word$ac_exec_ext" 5566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5567 break 2 5568 fi 5569 done 5570 done 5571 IFS=$as_save_IFS 5572 5573 ;; 5574 esac 5575 fi 5576 XZ=$ac_cv_path_XZ 5577 if test -n "$XZ"; then 5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XZ" >&5 5579 $as_echo "$XZ" >&6; } 5580 else 5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5582 $as_echo "no" >&6; } 5583 fi 5584 5585 5500 5586 # Extract the first word of "lsbom", so it can be a program name with args. 5501 5587 set dummy lsbom; ac_word=$2 … … 5700 5786 5701 5787 # Define some precious variables allowing user to override PATH for some programs 5788 5789 5702 5790 5703 5791 -
branches/release_2_0/base/configure.ac
r79516 r81175 120 120 AC_PATH_PROGS(GNUPATCH, [gnupatch gpatch], [], [$PATH:/usr/local/bin]) 121 121 AC_PATH_PROG(BZIP2, [bzip2], []) 122 AC_PATH_PROG(LZMA, [lzma], []) 123 AC_PATH_PROG(XZ, [xz], []) 122 124 AC_PATH_PROG(LSBOM, [lsbom], []) 123 125 AC_PATH_PROG(MKBOM, [mkbom], []) … … 139 141 AC_ARG_VAR(GNUMAKE, [path to gnumake command]) 140 142 AC_ARG_VAR(BZIP2, [path to bzip2 command]) 143 AC_ARG_VAR(LZMA, [path to lzma command]) 144 AC_ARG_VAR(XZ, [path to xz command]) 141 145 AC_ARG_VAR(XAR, [path to xar command]) 142 146 AC_ARG_VAR(OPEN, [path to open command]) -
branches/release_2_0/base/src/port1.0/port_autoconf.tcl.in
r79597 r81175 34 34 namespace eval portutil::autoconf { 35 35 variable bzip2_path "@BZIP2@" 36 variable lzma_path "@LZMA@" 37 variable xz_path "@XZ@" 36 38 variable cp_path "@CP@" 37 39 variable cpio_path "@CPIO@"
Note: See TracChangeset
for help on using the changeset viewer.

