configure.ac: RT/TTS -> TTS

This commit is contained in:
Liss Tarnell 2017-09-25 13:25:58 +01:00
parent b473a74c9d
commit be5a5c6a41
2 changed files with 22 additions and 22 deletions

42
configure vendored
View file

@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for RT/TTS D.84.0.
# Generated by GNU Autoconf 2.69 for RT/TTS D.84.1.
#
# Report bugs to <felicity@loreley.flyingparchment.org.uk>.
# Report bugs to <ft@le-fay.org>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -266,11 +266,11 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: felicity@loreley.flyingparchment.org.uk about your
$0: system, including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
$as_echo "$0: Please tell bug-autoconf@gnu.org and ft@le-fay.org
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
$0: have one."
fi
exit 1
fi
@ -580,9 +580,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='RT/TTS'
PACKAGE_TARNAME='rt-tts'
PACKAGE_VERSION='D.84.0'
PACKAGE_STRING='RT/TTS D.84.0'
PACKAGE_BUGREPORT='felicity@loreley.flyingparchment.org.uk'
PACKAGE_VERSION='D.84.1'
PACKAGE_STRING='RT/TTS D.84.1'
PACKAGE_BUGREPORT='ft@le-fay.org'
PACKAGE_URL=''
ac_unique_file="tts.c"
@ -1240,7 +1240,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 RT/TTS D.84.0 to adapt to many kinds of systems.
\`configure' configures RT/TTS D.84.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1305,7 +1305,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of RT/TTS D.84.0:";;
short | recursive ) echo "Configuration of RT/TTS D.84.1:";;
esac
cat <<\_ACEOF
@ -1329,7 +1329,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <felicity@loreley.flyingparchment.org.uk>.
Report bugs to <ft@le-fay.org>.
_ACEOF
ac_status=$?
fi
@ -1392,7 +1392,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
RT/TTS configure D.84.0
RT/TTS configure D.84.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1664,9 +1664,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------------------ ##
## Report this to felicity@loreley.flyingparchment.org.uk ##
## ------------------------------------------------------ ##"
( $as_echo "## ---------------------------- ##
## Report this to ft@le-fay.org ##
## ---------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@ -1761,7 +1761,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by RT/TTS $as_me D.84.0, which was
It was created by RT/TTS $as_me D.84.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4871,7 +4871,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by RT/TTS $as_me D.84.0, which was
This file was extended by RT/TTS $as_me D.84.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4927,13 +4927,13 @@ $config_files
Configuration headers:
$config_headers
Report bugs to <felicity@loreley.flyingparchment.org.uk>."
Report bugs to <ft@le-fay.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
RT/TTS config.status D.84.0
RT/TTS config.status D.84.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([RT/TTS], [D.84.1], [ft@le-fay.org])
AC_INIT([TTS], [D.84.1], [ft@le-fay.org])
AC_CONFIG_SRCDIR([tts.c])
AC_CONFIG_HEADERS([config.h])