Changeset 546 for trunk/configure
- Timestamp:
- 02/12/10 12:32:55 (2 years ago)
- File:
-
- 1 edited
-
trunk/configure (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r545 r546 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r54 5.3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r546. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 597 597 PACKAGE_NAME='onioncat' 598 598 PACKAGE_TARNAME='onioncat' 599 PACKAGE_VERSION='0.2.2.r54 5'600 PACKAGE_STRING='onioncat 0.2.2.r54 5'599 PACKAGE_VERSION='0.2.2.r546' 600 PACKAGE_STRING='onioncat 0.2.2.r546' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 676 676 am__fastdepCC_FALSE 677 677 LN_S 678 MKDIR_P 678 679 build 679 680 build_cpu … … 1261 1262 # This message is too long to be a string in the A/UX 3.1 sh. 1262 1263 cat <<_ACEOF 1263 \`configure' configures onioncat 0.2.2.r54 5to adapt to many kinds of systems.1264 \`configure' configures onioncat 0.2.2.r546 to adapt to many kinds of systems. 1264 1265 1265 1266 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1331 1332 if test -n "$ac_init_help"; then 1332 1333 case $ac_init_help in 1333 short | recursive ) echo "Configuration of onioncat 0.2.2.r54 5:";;1334 short | recursive ) echo "Configuration of onioncat 0.2.2.r546:";; 1334 1335 esac 1335 1336 cat <<\_ACEOF … … 1423 1424 if $ac_init_version; then 1424 1425 cat <<\_ACEOF 1425 onioncat configure 0.2.2.r54 51426 onioncat configure 0.2.2.r546 1426 1427 generated by GNU Autoconf 2.62 1427 1428 … … 1437 1438 running configure, to aid debugging if configure makes a mistake. 1438 1439 1439 It was created by onioncat $as_me 0.2.2.r54 5, which was1440 It was created by onioncat $as_me 0.2.2.r546, which was 1440 1441 generated by GNU Autoconf 2.62. Invocation command line was 1441 1442 … … 2086 2087 # Define the identity of the package. 2087 2088 PACKAGE='onioncat' 2088 VERSION='0.2.2.r54 5'2089 VERSION='0.2.2.r546' 2089 2090 2090 2091 … … 2237 2238 2238 2239 cat >>confdefs.h <<\_ACEOF 2239 #define SVN_REVISION "54 5"2240 #define SVN_REVISION "546" 2240 2241 _ACEOF 2241 2242 … … 3416 3417 $as_echo "no, using $LN_S" >&6; } 3417 3418 fi 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; } 3422 if test -z "$MKDIR_P"; then 3423 if test "${ac_cv_path_mkdir+set}" = set; then 3424 $as_echo_n "(cached) " >&6 3425 else 3426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3427 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3428 do 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 3443 done 3444 IFS=$as_save_IFS 3445 3446 fi 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 3458 fi 3459 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 3460 $as_echo "$MKDIR_P" >&6; } 3418 3461 3419 3462 … … 4076 4119 4077 4120 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 4122 for 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 4079 4123 do 4080 4124 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 5326 5370 # values after options handling. 5327 5371 ac_log=" 5328 This file was extended by onioncat $as_me 0.2.2.r54 5, which was5372 This file was extended by onioncat $as_me 0.2.2.r546, which was 5329 5373 generated by GNU Autoconf 2.62. Invocation command line was 5330 5374 … … 5379 5423 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5380 5424 ac_cs_version="\\ 5381 onioncat config.status 0.2.2.r54 55425 onioncat config.status 0.2.2.r546 5382 5426 configured by $0, generated by GNU Autoconf 2.62, 5383 5427 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" … … 5390 5434 srcdir='$srcdir' 5391 5435 INSTALL='$INSTALL' 5436 MKDIR_P='$MKDIR_P' 5392 5437 AWK='$AWK' 5393 5438 test -n "\$AWK" || AWK=awk … … 6006 6051 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 6007 6052 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 6008 6058 _ACEOF 6009 6059 … … 6062 6112 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 6063 6113 s&@INSTALL@&$ac_INSTALL&;t t 6114 s&@MKDIR_P@&$ac_MKDIR_P&;t t 6064 6115 $ac_datarootdir_hack 6065 6116 "
Note: See TracChangeset
for help on using the changeset viewer.
