From b406127ca9fa1bfb1c2726b5c48d683ed4dcba0b Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sat, 23 Sep 2006 08:37:07 +0000 Subject: [PATCH] - updated configure so its idea of revision matches wsjt.py - dummy touch of wsjt.py git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@312 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- configure | 22 +++++++++++----------- configure.ac | 2 +- wsjt.py | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configure b/configure index c0634f3f4..b0021b104 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for wsjt 5.9.2. +# Generated by GNU Autoconf 2.59 for wsjt 5.9.6. # -# $Id: configure.ac 259 2006-08-10 22:22:33Z va3db $ +# $Id: configure.ac 270 2006-09-04 19:18:34Z k1jt $ # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='wsjt' PACKAGE_TARNAME='wsjt' -PACKAGE_VERSION='5.9.2' -PACKAGE_STRING='wsjt 5.9.2' +PACKAGE_VERSION='5.9.6' +PACKAGE_STRING='wsjt 5.9.6' PACKAGE_BUGREPORT='' ac_default_prefix=/usr/local/ @@ -788,7 +788,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures wsjt 5.9.2 to adapt to many kinds of systems. +\`configure' configures wsjt 5.9.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -845,7 +845,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wsjt 5.9.2:";; + short | recursive ) echo "Configuration of wsjt 5.9.6:";; esac cat <<\_ACEOF @@ -969,14 +969,14 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -wsjt configure 5.9.2 +wsjt configure 5.9.6 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -$Id: configure.ac 259 2006-08-10 22:22:33Z va3db $ +$Id: configure.ac 270 2006-09-04 19:18:34Z k1jt $ _ACEOF exit 0 fi @@ -985,7 +985,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by wsjt $as_me 5.9.2, which was +It was created by wsjt $as_me 5.9.6, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -7364,7 +7364,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by wsjt $as_me 5.9.2, which was +This file was extended by wsjt $as_me 5.9.6, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7419,7 +7419,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -wsjt config.status 5.9.2 +wsjt config.status 5.9.6 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index fd49af539..ea0dd4b61 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl AC_PREREQ(2.59) dnl Sneaky way to get an Id tag into the configure script AC_COPYRIGHT([$Id$]) -AC_INIT([wsjt],[5.9.5]) +AC_INIT([wsjt],[5.9.6]) AC_PREFIX_DEFAULT(/usr/local/) diff --git a/wsjt.py b/wsjt.py index 2a355e27f..f7cfa3869 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------ WSJT +#------------------------------------------------------------------- WSJT # $Date$ $Revision$ # from Tkinter import *