Changeset 81253
- Timestamp:
- 07/28/11 01:33:21 (4 years ago)
- File:
-
- 1 edited
-
branches/gsoc11-rev-upgrade/base/configure (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/configure
r80186 r81253 679 679 TAR_Q 680 680 SED_EXT 681 SWIG 681 682 OPEN 682 683 XAR … … 840 841 XAR 841 842 OPEN 843 SWIG 842 844 OBJCPP 843 845 CPP' … … 1524 1526 XAR path to xar command 1525 1527 OPEN path to open command 1528 SWIG path to swig command 1526 1529 OBJCPP Objective C preprocessor 1527 1530 CPP C preprocessor … … 5698 5701 5699 5702 5703 # Extract the first word of "swig", so it can be a program name with args. 5704 set dummy swig; ac_word=$2 5705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5706 $as_echo_n "checking for $ac_word... " >&6; } 5707 if ${ac_cv_path_SWIG+:} false; then : 5708 $as_echo_n "(cached) " >&6 5709 else 5710 case $SWIG in 5711 [\\/]* | ?:[\\/]*) 5712 ac_cv_path_SWIG="$SWIG" # Let the user override the test with a path. 5713 ;; 5714 *) 5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5716 for as_dir in $PATH 5717 do 5718 IFS=$as_save_IFS 5719 test -z "$as_dir" && as_dir=. 5720 for ac_exec_ext in '' $ac_executable_extensions; do 5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5722 ac_cv_path_SWIG="$as_dir/$ac_word$ac_exec_ext" 5723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5724 break 2 5725 fi 5726 done 5727 done 5728 IFS=$as_save_IFS 5729 5730 test -z "$ac_cv_path_SWIG" && ac_cv_path_SWIG="$PATH:/usr/local/bin" 5731 ;; 5732 esac 5733 fi 5734 SWIG=$ac_cv_path_SWIG 5735 if test -n "$SWIG"; then 5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SWIG" >&5 5737 $as_echo "$SWIG" >&6; } 5738 else 5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5740 $as_echo "no" >&6; } 5741 fi 5742 5743 5700 5744 5701 5745 # Define some precious variables allowing user to override PATH for some programs 5746 5702 5747 5703 5748 … … 9650 9695 9651 9696 # Output 9652 ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/base.mtree doc/prefix.mtree doc/macosx.mtree doc/macports.conf doc/pubkeys.conf portmgr/freebsd/Makefile src/Makefile src/mac ports1.0/macports_autoconf.tcl src/port1.0/port_autoconf.tcl src/registry2.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash"9697 ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/base.mtree doc/prefix.mtree doc/macosx.mtree doc/macports.conf doc/pubkeys.conf portmgr/freebsd/Makefile src/Makefile src/machista1.0/Makefile src/macports1.0/macports_autoconf.tcl src/port1.0/port_autoconf.tcl src/registry2.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash" 9653 9698 9654 9699 … … 10370 10415 "portmgr/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES portmgr/freebsd/Makefile" ;; 10371 10416 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 10417 "src/machista1.0/Makefile") CONFIG_FILES="$CONFIG_FILES src/machista1.0/Makefile" ;; 10372 10418 "src/macports1.0/macports_autoconf.tcl") CONFIG_FILES="$CONFIG_FILES src/macports1.0/macports_autoconf.tcl" ;; 10373 10419 "src/port1.0/port_autoconf.tcl") CONFIG_FILES="$CONFIG_FILES src/port1.0/port_autoconf.tcl" ;;
Note: See TracChangeset
for help on using the changeset viewer.

