Changeset 496
- Timestamp:
- 03/19/09 12:31:45 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
configure (modified) (10 diffs)
-
configure.ac (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r493 r496 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r49 2M.3 # Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r493. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 597 597 PACKAGE_NAME='onioncat' 598 598 PACKAGE_TARNAME='onioncat' 599 PACKAGE_VERSION='0.1.12.r49 2M'600 PACKAGE_STRING='onioncat 0.1.12.r49 2M'599 PACKAGE_VERSION='0.1.12.r493' 600 PACKAGE_STRING='onioncat 0.1.12.r493' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 1250 1250 # This message is too long to be a string in the A/UX 3.1 sh. 1251 1251 cat <<_ACEOF 1252 \`configure' configures onioncat 0.1.12.r49 2Mto adapt to many kinds of systems.1252 \`configure' configures onioncat 0.1.12.r493 to adapt to many kinds of systems. 1253 1253 1254 1254 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1316 1316 if test -n "$ac_init_help"; then 1317 1317 case $ac_init_help in 1318 short | recursive ) echo "Configuration of onioncat 0.1.12.r49 2M:";;1318 short | recursive ) echo "Configuration of onioncat 0.1.12.r493:";; 1319 1319 esac 1320 1320 cat <<\_ACEOF … … 1408 1408 if $ac_init_version; then 1409 1409 cat <<\_ACEOF 1410 onioncat configure 0.1.12.r49 2M1410 onioncat configure 0.1.12.r493 1411 1411 generated by GNU Autoconf 2.63 1412 1412 … … 1422 1422 running configure, to aid debugging if configure makes a mistake. 1423 1423 1424 It was created by onioncat $as_me 0.1.12.r49 2M, which was1424 It was created by onioncat $as_me 0.1.12.r493, which was 1425 1425 generated by GNU Autoconf 2.63. Invocation command line was 1426 1426 … … 2138 2138 # Define the identity of the package. 2139 2139 PACKAGE='onioncat' 2140 VERSION='0.1.12.r49 2M'2140 VERSION='0.1.12.r493' 2141 2141 2142 2142 … … 2285 2285 2286 2286 cat >>confdefs.h <<\_ACEOF 2287 #define SVN_REVISION "49 2M"2287 #define SVN_REVISION "493" 2288 2288 _ACEOF 2289 2289 … … 4804 4804 # values after options handling. 4805 4805 ac_log=" 4806 This file was extended by onioncat $as_me 0.1.12.r49 2M, which was4806 This file was extended by onioncat $as_me 0.1.12.r493, which was 4807 4807 generated by GNU Autoconf 2.63. Invocation command line was 4808 4808 … … 4867 4867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4868 4868 ac_cs_version="\\ 4869 onioncat config.status 0.1.12.r49 2M4869 onioncat config.status 0.1.12.r493 4870 4870 configured by $0, generated by GNU Autoconf 2.63, 4871 4871 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
trunk/configure.ac
r491 r496 1 1 2 2 AC_PREREQ(2.61) 3 define([svnversion], esyscmd([sh -c "svnversion | tr -d ' \n'"]))dnl3 define([svnversion], esyscmd([sh -c "svnversion | tr -d 'M\n'"]))dnl 4 4 AC_INIT([onioncat], [[0.1.12.r]svnversion], [rahra@cypherpunk.at]) 5 5 AM_INIT_AUTOMAKE([-Wall -Werror]) -
trunk/debian/changelog
r495 r496 1 onioncat (0. 495) unstable; urgency=low1 onioncat (0.12.493) unstable; urgency=low 2 2 3 3 * Upstream svn build debian unstable
Note: See TracChangeset
for help on using the changeset viewer.
