mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
- 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:
parent
6e2d442e5f
commit
b406127ca9
22
configure
vendored
22
configure
vendored
@ -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'`\\"
|
||||
|
||||
|
@ -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/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user