Changeset 542
- Timestamp:
- 02/08/10 23:27:43 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (10 diffs)
-
src/ocat.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r541 r542 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 1.3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r542. 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 1'600 PACKAGE_STRING='onioncat 0.2.2.r54 1'599 PACKAGE_VERSION='0.2.2.r542' 600 PACKAGE_STRING='onioncat 0.2.2.r542' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 1261 1261 # This message is too long to be a string in the A/UX 3.1 sh. 1262 1262 cat <<_ACEOF 1263 \`configure' configures onioncat 0.2.2.r54 1to adapt to many kinds of systems.1263 \`configure' configures onioncat 0.2.2.r542 to adapt to many kinds of systems. 1264 1264 1265 1265 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1331 1331 if test -n "$ac_init_help"; then 1332 1332 case $ac_init_help in 1333 short | recursive ) echo "Configuration of onioncat 0.2.2.r54 1:";;1333 short | recursive ) echo "Configuration of onioncat 0.2.2.r542:";; 1334 1334 esac 1335 1335 cat <<\_ACEOF … … 1423 1423 if $ac_init_version; then 1424 1424 cat <<\_ACEOF 1425 onioncat configure 0.2.2.r54 11425 onioncat configure 0.2.2.r542 1426 1426 generated by GNU Autoconf 2.62 1427 1427 … … 1437 1437 running configure, to aid debugging if configure makes a mistake. 1438 1438 1439 It was created by onioncat $as_me 0.2.2.r54 1, which was1439 It was created by onioncat $as_me 0.2.2.r542, which was 1440 1440 generated by GNU Autoconf 2.62. Invocation command line was 1441 1441 … … 2086 2086 # Define the identity of the package. 2087 2087 PACKAGE='onioncat' 2088 VERSION='0.2.2.r54 1'2088 VERSION='0.2.2.r542' 2089 2089 2090 2090 … … 2237 2237 2238 2238 cat >>confdefs.h <<\_ACEOF 2239 #define SVN_REVISION "54 1"2239 #define SVN_REVISION "542" 2240 2240 _ACEOF 2241 2241 … … 5326 5326 # values after options handling. 5327 5327 ac_log=" 5328 This file was extended by onioncat $as_me 0.2.2.r54 1, which was5328 This file was extended by onioncat $as_me 0.2.2.r542, which was 5329 5329 generated by GNU Autoconf 2.62. Invocation command line was 5330 5330 … … 5379 5379 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5380 5380 ac_cs_version="\\ 5381 onioncat config.status 0.2.2.r54 15381 onioncat config.status 0.2.2.r542 5382 5382 configured by $0, generated by GNU Autoconf 2.62, 5383 5383 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
trunk/src/ocat.c
r538 r542 282 282 free(CNF(config_file)); 283 283 CNF(config_file) = optarg; 284 CNF(config_read) = 0;285 284 break; 286 285 … … 431 430 432 431 if ((c = open(CNF(config_file), O_RDONLY)) == -1) 432 { 433 433 CNF(config_failed) = errno; 434 CNF(config_read) = 1; 435 } 434 436 else 435 437 ctrl_handler((void*) (long) c); 438 436 439 437 440 urlconv = parse_opt(argc, argv);
Note: See TracChangeset
for help on using the changeset viewer.
