Changeset 546 for trunk/configure


Ignore:
Timestamp:
02/12/10 12:32:55 (2 years ago)
Author:
eagle
Message:
  • fixed order of pid-process creation
  • AC_PROG_MKDIR_P was missing
  • child reaper was missing in case of pid-process getting killed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r545 r546  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r545. 
     3# Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r546. 
    44# 
    55# Report bugs to <rahra@cypherpunk.at>. 
     
    597597PACKAGE_NAME='onioncat' 
    598598PACKAGE_TARNAME='onioncat' 
    599 PACKAGE_VERSION='0.2.2.r545' 
    600 PACKAGE_STRING='onioncat 0.2.2.r545' 
     599PACKAGE_VERSION='0.2.2.r546' 
     600PACKAGE_STRING='onioncat 0.2.2.r546' 
    601601PACKAGE_BUGREPORT='rahra@cypherpunk.at' 
    602602 
     
    676676am__fastdepCC_FALSE 
    677677LN_S 
     678MKDIR_P 
    678679build 
    679680build_cpu 
     
    12611262  # This message is too long to be a string in the A/UX 3.1 sh. 
    12621263  cat <<_ACEOF 
    1263 \`configure' configures onioncat 0.2.2.r545 to adapt to many kinds of systems. 
     1264\`configure' configures onioncat 0.2.2.r546 to adapt to many kinds of systems. 
    12641265 
    12651266Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13311332if test -n "$ac_init_help"; then 
    13321333  case $ac_init_help in 
    1333      short | recursive ) echo "Configuration of onioncat 0.2.2.r545:";; 
     1334     short | recursive ) echo "Configuration of onioncat 0.2.2.r546:";; 
    13341335   esac 
    13351336  cat <<\_ACEOF 
     
    14231424if $ac_init_version; then 
    14241425  cat <<\_ACEOF 
    1425 onioncat configure 0.2.2.r545 
     1426onioncat configure 0.2.2.r546 
    14261427generated by GNU Autoconf 2.62 
    14271428 
     
    14371438running configure, to aid debugging if configure makes a mistake. 
    14381439 
    1439 It was created by onioncat $as_me 0.2.2.r545, which was 
     1440It was created by onioncat $as_me 0.2.2.r546, which was 
    14401441generated by GNU Autoconf 2.62.  Invocation command line was 
    14411442 
     
    20862087# Define the identity of the package. 
    20872088 PACKAGE='onioncat' 
    2088  VERSION='0.2.2.r545' 
     2089 VERSION='0.2.2.r546' 
    20892090 
    20902091 
     
    22372238 
    22382239cat >>confdefs.h <<\_ACEOF 
    2239 #define SVN_REVISION "545" 
     2240#define SVN_REVISION "546" 
    22402241_ACEOF 
    22412242 
     
    34163417$as_echo "no, using $LN_S" >&6; } 
    34173418fi 
     3419 
     3420{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 
     3421$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 
     3422if test -z "$MKDIR_P"; then 
     3423  if test "${ac_cv_path_mkdir+set}" = set; then 
     3424  $as_echo_n "(cached) " >&6 
     3425else 
     3426  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3427for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 
     3428do 
     3429  IFS=$as_save_IFS 
     3430  test -z "$as_dir" && as_dir=. 
     3431  for ac_prog in mkdir gmkdir; do 
     3432         for ac_exec_ext in '' $ac_executable_extensions; do 
     3433           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 
     3434           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 
     3435             'mkdir (GNU coreutils) '* | \ 
     3436             'mkdir (coreutils) '* | \ 
     3437             'mkdir (fileutils) '4.1*) 
     3438               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 
     3439               break 3;; 
     3440           esac 
     3441         done 
     3442       done 
     3443done 
     3444IFS=$as_save_IFS 
     3445 
     3446fi 
     3447 
     3448  if test "${ac_cv_path_mkdir+set}" = set; then 
     3449    MKDIR_P="$ac_cv_path_mkdir -p" 
     3450  else 
     3451    # As a last resort, use the slow shell script.  Don't cache a 
     3452    # value for MKDIR_P within a source directory, because that will 
     3453    # break other packages using the cache if that directory is 
     3454    # removed, or if the value is a relative name. 
     3455    test -d ./--version && rmdir ./--version 
     3456    MKDIR_P="$ac_install_sh -d" 
     3457  fi 
     3458fi 
     3459{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 
     3460$as_echo "$MKDIR_P" >&6; } 
    34183461 
    34193462 
     
    40764119 
    40774120 
    4078 for ac_header in sys/types.h sys/socket.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/ip6.h netinet/in6.h net/if.h net/if_tun.h linux/if_tun.h linux/sockios.h endian.h sys/endian.h netinet/icmp6.h net/ethernet.h netinet/if_ether.h netinet/ether.h 
     4121 
     4122for ac_header in sys/types.h sys/wait.h sys/socket.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/ip6.h netinet/in6.h net/if.h net/if_tun.h linux/if_tun.h linux/sockios.h endian.h sys/endian.h netinet/icmp6.h net/ethernet.h netinet/if_ether.h netinet/ether.h 
    40794123do 
    40804124as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     
    53265370# values after options handling. 
    53275371ac_log=" 
    5328 This file was extended by onioncat $as_me 0.2.2.r545, which was 
     5372This file was extended by onioncat $as_me 0.2.2.r546, which was 
    53295373generated by GNU Autoconf 2.62.  Invocation command line was 
    53305374 
     
    53795423cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    53805424ac_cs_version="\\ 
    5381 onioncat config.status 0.2.2.r545 
     5425onioncat config.status 0.2.2.r546 
    53825426configured by $0, generated by GNU Autoconf 2.62, 
    53835427  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     
    53905434srcdir='$srcdir' 
    53915435INSTALL='$INSTALL' 
     5436MKDIR_P='$MKDIR_P' 
    53925437AWK='$AWK' 
    53935438test -n "\$AWK" || AWK=awk 
     
    60066051  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 
    60076052  esac 
     6053  ac_MKDIR_P=$MKDIR_P 
     6054  case $MKDIR_P in 
     6055  [\\/$]* | ?:[\\/]* ) ;; 
     6056  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 
     6057  esac 
    60086058_ACEOF 
    60096059 
     
    60626112s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 
    60636113s&@INSTALL@&$ac_INSTALL&;t t 
     6114s&@MKDIR_P@&$ac_MKDIR_P&;t t 
    60646115$ac_datarootdir_hack 
    60656116" 
Note: See TracChangeset for help on using the changeset viewer.