- Timestamp:
- 11/29/09 20:19:06 (2 years ago)
- Location:
- tags/onioncat-0.2.1
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
tags/onioncat-0.2.1/ChangeLog
r511 r532 1 * version 0.2.1 2 - released 2009/11/29, Bernhard R. Fischer 3 1 4 * version 0.2.0 2 5 - version string improved -
tags/onioncat-0.2.1/configure
r514 r532 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. 0.r514.3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.1. 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. 0.r514'600 PACKAGE_STRING='onioncat 0.2. 0.r514'599 PACKAGE_VERSION='0.2.1' 600 PACKAGE_STRING='onioncat 0.2.1' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 1260 1260 # This message is too long to be a string in the A/UX 3.1 sh. 1261 1261 cat <<_ACEOF 1262 \`configure' configures onioncat 0.2. 0.r514to adapt to many kinds of systems.1262 \`configure' configures onioncat 0.2.1 to adapt to many kinds of systems. 1263 1263 1264 1264 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1330 1330 if test -n "$ac_init_help"; then 1331 1331 case $ac_init_help in 1332 short | recursive ) echo "Configuration of onioncat 0.2. 0.r514:";;1332 short | recursive ) echo "Configuration of onioncat 0.2.1:";; 1333 1333 esac 1334 1334 cat <<\_ACEOF … … 1422 1422 if $ac_init_version; then 1423 1423 cat <<\_ACEOF 1424 onioncat configure 0.2. 0.r5141424 onioncat configure 0.2.1 1425 1425 generated by GNU Autoconf 2.62 1426 1426 … … 1436 1436 running configure, to aid debugging if configure makes a mistake. 1437 1437 1438 It was created by onioncat $as_me 0.2. 0.r514, which was1438 It was created by onioncat $as_me 0.2.1, which was 1439 1439 generated by GNU Autoconf 2.62. Invocation command line was 1440 1440 … … 2085 2085 # Define the identity of the package. 2086 2086 PACKAGE='onioncat' 2087 VERSION='0.2. 0.r514'2087 VERSION='0.2.1' 2088 2088 2089 2089 … … 2236 2236 2237 2237 cat >>confdefs.h <<\_ACEOF 2238 #define SVN_REVISION "5 14"2238 #define SVN_REVISION "524" 2239 2239 _ACEOF 2240 2240 … … 5209 5209 # values after options handling. 5210 5210 ac_log=" 5211 This file was extended by onioncat $as_me 0.2. 0.r514, which was5211 This file was extended by onioncat $as_me 0.2.1, which was 5212 5212 generated by GNU Autoconf 2.62. Invocation command line was 5213 5213 … … 5262 5262 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5263 5263 ac_cs_version="\\ 5264 onioncat config.status 0.2. 0.r5145264 onioncat config.status 0.2.1 5265 5265 configured by $0, generated by GNU Autoconf 2.62, 5266 5266 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
tags/onioncat-0.2.1/configure.ac
r511 r532 2 2 AC_PREREQ(2.62) 3 3 define([svnversion], esyscmd([sh -c "echo -n $(( `svnversion | tr -d 'M'` + 1 ))"]))dnl 4 AC_INIT([onioncat],[[0.2. 0.r]svnversion],[rahra@cypherpunk.at])4 AC_INIT([onioncat],[[0.2.1]],[rahra@cypherpunk.at]) 5 5 AM_INIT_AUTOMAKE([-Wall -Werror]) 6 6 AC_CONFIG_HEADERS([config.h])
Note: See TracChangeset
for help on using the changeset viewer.
