New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81253


Ignore:
Timestamp:
07/28/11 01:33:21 (4 years ago)
Author:
cal@…
Message:

rev-upgrade: New configure file generated from changed configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-rev-upgrade/base/configure

    r80186 r81253  
    679679TAR_Q 
    680680SED_EXT 
     681SWIG 
    681682OPEN 
    682683XAR 
     
    840841XAR 
    841842OPEN 
     843SWIG 
    842844OBJCPP 
    843845CPP' 
     
    15241526  XAR         path to xar command 
    15251527  OPEN        path to open command 
     1528  SWIG        path to swig command 
    15261529  OBJCPP      Objective C preprocessor 
    15271530  CPP         C preprocessor 
     
    56985701 
    56995702 
     5703# Extract the first word of "swig", so it can be a program name with args. 
     5704set 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; } 
     5707if ${ac_cv_path_SWIG+:} false; then : 
     5708  $as_echo_n "(cached) " >&6 
     5709else 
     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 
     5716for as_dir in $PATH 
     5717do 
     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 
     5726done 
     5727  done 
     5728IFS=$as_save_IFS 
     5729 
     5730  test -z "$ac_cv_path_SWIG" && ac_cv_path_SWIG="$PATH:/usr/local/bin" 
     5731  ;; 
     5732esac 
     5733fi 
     5734SWIG=$ac_cv_path_SWIG 
     5735if test -n "$SWIG"; then 
     5736  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SWIG" >&5 
     5737$as_echo "$SWIG" >&6; } 
     5738else 
     5739  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 
     5740$as_echo "no" >&6; } 
     5741fi 
     5742 
     5743 
    57005744 
    57015745# Define some precious variables allowing user to override PATH for some programs 
     5746 
    57025747 
    57035748 
     
    96509695 
    96519696# 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/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" 
     9697ac_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" 
    96539698 
    96549699 
     
    1037010415    "portmgr/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES portmgr/freebsd/Makefile" ;; 
    1037110416    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 
     10417    "src/machista1.0/Makefile") CONFIG_FILES="$CONFIG_FILES src/machista1.0/Makefile" ;; 
    1037210418    "src/macports1.0/macports_autoconf.tcl") CONFIG_FILES="$CONFIG_FILES src/macports1.0/macports_autoconf.tcl" ;; 
    1037310419    "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.