Changeset 476
- Timestamp:
- 02/23/09 11:15:09 (3 years ago)
- Files:
-
- 5 edited
- 1 copied
-
tags/onioncat-0.1.11 (copied) (copied from trunk)
-
tags/onioncat-0.1.11/ChangeLog (modified) (1 diff)
-
tags/onioncat-0.1.11/configure (modified) (10 diffs)
-
tags/onioncat-0.1.11/configure.ac (modified) (1 diff)
-
trunk/ChangeLog (modified) (1 diff)
-
trunk/configure (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/onioncat-0.1.11/ChangeLog
r472 r476 1 * version 0.1.11 2 - version tagged (this actually is 0.1.10-r472) 3 - version cleanup -- new devel is now 0.1.12 4 1 5 * version 0.1.10 2 6 - stdio is closed if process is backgrounded -
tags/onioncat-0.1.11/configure
r473 r476 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.1 0-472M.3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.11-475M. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 575 575 PACKAGE_NAME='onioncat' 576 576 PACKAGE_TARNAME='onioncat' 577 PACKAGE_VERSION='0.1.1 0-472M'578 PACKAGE_STRING='onioncat 0.1.1 0-472M'577 PACKAGE_VERSION='0.1.11-475M' 578 PACKAGE_STRING='onioncat 0.1.11-475M' 579 579 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 580 580 … … 1207 1207 # This message is too long to be a string in the A/UX 3.1 sh. 1208 1208 cat <<_ACEOF 1209 \`configure' configures onioncat 0.1.1 0-472M to adapt to many kinds of systems.1209 \`configure' configures onioncat 0.1.11-475M to adapt to many kinds of systems. 1210 1210 1211 1211 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1273 1273 if test -n "$ac_init_help"; then 1274 1274 case $ac_init_help in 1275 short | recursive ) echo "Configuration of onioncat 0.1.1 0-472M:";;1275 short | recursive ) echo "Configuration of onioncat 0.1.11-475M:";; 1276 1276 esac 1277 1277 cat <<\_ACEOF … … 1363 1363 if $ac_init_version; then 1364 1364 cat <<\_ACEOF 1365 onioncat configure 0.1.1 0-472M1365 onioncat configure 0.1.11-475M 1366 1366 generated by GNU Autoconf 2.61 1367 1367 … … 1377 1377 running configure, to aid debugging if configure makes a mistake. 1378 1378 1379 It was created by onioncat $as_me 0.1.1 0-472M, which was1379 It was created by onioncat $as_me 0.1.11-475M, which was 1380 1380 generated by GNU Autoconf 2.61. Invocation command line was 1381 1381 … … 2067 2067 # Define the identity of the package. 2068 2068 PACKAGE='onioncat' 2069 VERSION='0.1.1 0-472M'2069 VERSION='0.1.11-475M' 2070 2070 2071 2071 … … 2218 2218 2219 2219 cat >>confdefs.h <<\_ACEOF 2220 #define SVN_REVISION "47 2M"2220 #define SVN_REVISION "475M" 2221 2221 _ACEOF 2222 2222 … … 5301 5301 # values after options handling. 5302 5302 ac_log=" 5303 This file was extended by onioncat $as_me 0.1.1 0-472M, which was5303 This file was extended by onioncat $as_me 0.1.11-475M, which was 5304 5304 generated by GNU Autoconf 2.61. Invocation command line was 5305 5305 … … 5354 5354 cat >>$CONFIG_STATUS <<_ACEOF 5355 5355 ac_cs_version="\\ 5356 onioncat config.status 0.1.1 0-472M5356 onioncat config.status 0.1.11-475M 5357 5357 configured by $0, generated by GNU Autoconf 2.61, 5358 5358 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
tags/onioncat-0.1.11/configure.ac
r435 r476 2 2 AC_PREREQ(2.61) 3 3 define([svnversion], esyscmd([sh -c "svnversion | tr -d '\n'"]))dnl 4 AC_INIT([onioncat], [0.1.1 0-svnversion], [rahra@cypherpunk.at])4 AC_INIT([onioncat], [0.1.11-svnversion], [rahra@cypherpunk.at]) 5 5 AM_INIT_AUTOMAKE([-Wall -Werror]) 6 6 AC_CONFIG_HEADERS([config.h]) -
trunk/ChangeLog
r472 r476 1 * version 0.1.12 2 3 4 * version 0.1.11 5 - version tagged (this actually is 0.1.10-r472) 6 - version cleanup -- new devel is now 0.1.12 7 1 8 * version 0.1.10 2 9 - stdio is closed if process is backgrounded -
trunk/configure
r473 r476 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.10-47 2M.3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.10-475M. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 575 575 PACKAGE_NAME='onioncat' 576 576 PACKAGE_TARNAME='onioncat' 577 PACKAGE_VERSION='0.1.10-47 2M'578 PACKAGE_STRING='onioncat 0.1.10-47 2M'577 PACKAGE_VERSION='0.1.10-475M' 578 PACKAGE_STRING='onioncat 0.1.10-475M' 579 579 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 580 580 … … 1207 1207 # This message is too long to be a string in the A/UX 3.1 sh. 1208 1208 cat <<_ACEOF 1209 \`configure' configures onioncat 0.1.10-47 2M to adapt to many kinds of systems.1209 \`configure' configures onioncat 0.1.10-475M to adapt to many kinds of systems. 1210 1210 1211 1211 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1273 1273 if test -n "$ac_init_help"; then 1274 1274 case $ac_init_help in 1275 short | recursive ) echo "Configuration of onioncat 0.1.10-47 2M:";;1275 short | recursive ) echo "Configuration of onioncat 0.1.10-475M:";; 1276 1276 esac 1277 1277 cat <<\_ACEOF … … 1363 1363 if $ac_init_version; then 1364 1364 cat <<\_ACEOF 1365 onioncat configure 0.1.10-47 2M1365 onioncat configure 0.1.10-475M 1366 1366 generated by GNU Autoconf 2.61 1367 1367 … … 1377 1377 running configure, to aid debugging if configure makes a mistake. 1378 1378 1379 It was created by onioncat $as_me 0.1.10-47 2M, which was1379 It was created by onioncat $as_me 0.1.10-475M, which was 1380 1380 generated by GNU Autoconf 2.61. Invocation command line was 1381 1381 … … 2067 2067 # Define the identity of the package. 2068 2068 PACKAGE='onioncat' 2069 VERSION='0.1.10-47 2M'2069 VERSION='0.1.10-475M' 2070 2070 2071 2071 … … 2218 2218 2219 2219 cat >>confdefs.h <<\_ACEOF 2220 #define SVN_REVISION "47 2M"2220 #define SVN_REVISION "475M" 2221 2221 _ACEOF 2222 2222 … … 5301 5301 # values after options handling. 5302 5302 ac_log=" 5303 This file was extended by onioncat $as_me 0.1.10-47 2M, which was5303 This file was extended by onioncat $as_me 0.1.10-475M, which was 5304 5304 generated by GNU Autoconf 2.61. Invocation command line was 5305 5305 … … 5354 5354 cat >>$CONFIG_STATUS <<_ACEOF 5355 5355 ac_cs_version="\\ 5356 onioncat config.status 0.1.10-47 2M5356 onioncat config.status 0.1.10-475M 5357 5357 configured by $0, generated by GNU Autoconf 2.61, 5358 5358 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Note: See TracChangeset
for help on using the changeset viewer.
