Changeset 496


Ignore:
Timestamp:
03/19/09 12:31:45 (3 years ago)
Author:
eagle
Message:

debian version changed again to meet configure script

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r493 r496  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r492M. 
     3# Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r493. 
    44# 
    55# Report bugs to <rahra@cypherpunk.at>. 
     
    597597PACKAGE_NAME='onioncat' 
    598598PACKAGE_TARNAME='onioncat' 
    599 PACKAGE_VERSION='0.1.12.r492M' 
    600 PACKAGE_STRING='onioncat 0.1.12.r492M' 
     599PACKAGE_VERSION='0.1.12.r493' 
     600PACKAGE_STRING='onioncat 0.1.12.r493' 
    601601PACKAGE_BUGREPORT='rahra@cypherpunk.at' 
    602602 
     
    12501250  # This message is too long to be a string in the A/UX 3.1 sh. 
    12511251  cat <<_ACEOF 
    1252 \`configure' configures onioncat 0.1.12.r492M to adapt to many kinds of systems. 
     1252\`configure' configures onioncat 0.1.12.r493 to adapt to many kinds of systems. 
    12531253 
    12541254Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13161316if test -n "$ac_init_help"; then 
    13171317  case $ac_init_help in 
    1318      short | recursive ) echo "Configuration of onioncat 0.1.12.r492M:";; 
     1318     short | recursive ) echo "Configuration of onioncat 0.1.12.r493:";; 
    13191319   esac 
    13201320  cat <<\_ACEOF 
     
    14081408if $ac_init_version; then 
    14091409  cat <<\_ACEOF 
    1410 onioncat configure 0.1.12.r492M 
     1410onioncat configure 0.1.12.r493 
    14111411generated by GNU Autoconf 2.63 
    14121412 
     
    14221422running configure, to aid debugging if configure makes a mistake. 
    14231423 
    1424 It was created by onioncat $as_me 0.1.12.r492M, which was 
     1424It was created by onioncat $as_me 0.1.12.r493, which was 
    14251425generated by GNU Autoconf 2.63.  Invocation command line was 
    14261426 
     
    21382138# Define the identity of the package. 
    21392139 PACKAGE='onioncat' 
    2140  VERSION='0.1.12.r492M' 
     2140 VERSION='0.1.12.r493' 
    21412141 
    21422142 
     
    22852285 
    22862286cat >>confdefs.h <<\_ACEOF 
    2287 #define SVN_REVISION "492M" 
     2287#define SVN_REVISION "493" 
    22882288_ACEOF 
    22892289 
     
    48044804# values after options handling. 
    48054805ac_log=" 
    4806 This file was extended by onioncat $as_me 0.1.12.r492M, which was 
     4806This file was extended by onioncat $as_me 0.1.12.r493, which was 
    48074807generated by GNU Autoconf 2.63.  Invocation command line was 
    48084808 
     
    48674867cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    48684868ac_cs_version="\\ 
    4869 onioncat config.status 0.1.12.r492M 
     4869onioncat config.status 0.1.12.r493 
    48704870configured by $0, generated by GNU Autoconf 2.63, 
    48714871  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • trunk/configure.ac

    r491 r496  
    11 
    22AC_PREREQ(2.61) 
    3 define([svnversion], esyscmd([sh -c "svnversion | tr -d '\n'"]))dnl 
     3define([svnversion], esyscmd([sh -c "svnversion | tr -d 'M\n'"]))dnl 
    44AC_INIT([onioncat], [[0.1.12.r]svnversion], [rahra@cypherpunk.at]) 
    55AM_INIT_AUTOMAKE([-Wall -Werror]) 
  • trunk/debian/changelog

    r495 r496  
    1 onioncat (0.495) unstable; urgency=low 
     1onioncat (0.12.493) unstable; urgency=low 
    22 
    33  * Upstream svn build debian unstable 
Note: See TracChangeset for help on using the changeset viewer.