- 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
This commit is contained in:
Diane Bruce 2006-09-23 08:37:07 +00:00
parent 6e2d442e5f
commit b406127ca9
3 changed files with 13 additions and 13 deletions

22
configure vendored
View File

@ -1,8 +1,8 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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. # Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='wsjt' PACKAGE_NAME='wsjt'
PACKAGE_TARNAME='wsjt' PACKAGE_TARNAME='wsjt'
PACKAGE_VERSION='5.9.2' PACKAGE_VERSION='5.9.6'
PACKAGE_STRING='wsjt 5.9.2' PACKAGE_STRING='wsjt 5.9.6'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
ac_default_prefix=/usr/local/ 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -845,7 +845,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of wsjt 5.9.2:";; short | recursive ) echo "Configuration of wsjt 5.9.6:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -969,14 +969,14 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
wsjt configure 5.9.2 wsjt configure 5.9.6
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. 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 _ACEOF
exit 0 exit 0
fi fi
@ -985,7 +985,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@ -7364,7 +7364,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -7419,7 +7419,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
wsjt config.status 5.9.2 wsjt config.status 5.9.6
configured by $0, generated by GNU Autoconf 2.59, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -6,7 +6,7 @@ dnl AC_PREREQ(2.59)
dnl Sneaky way to get an Id tag into the configure script dnl Sneaky way to get an Id tag into the configure script
AC_COPYRIGHT([$Id$]) AC_COPYRIGHT([$Id$])
AC_INIT([wsjt],[5.9.5]) AC_INIT([wsjt],[5.9.6])
AC_PREFIX_DEFAULT(/usr/local/) AC_PREFIX_DEFAULT(/usr/local/)

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------ WSJT #------------------------------------------------------------------- WSJT
# $Date$ $Revision$ # $Date$ $Revision$
# #
from Tkinter import * from Tkinter import *