From 6db21e2dc8337e2c35ecc1f68a7500f2510b3f8e Mon Sep 17 00:00:00 2001 From: Thanassis Tsiodras Date: Sun, 11 Dec 2022 17:35:48 +0100 Subject: [PATCH] Update with ggerganov contact details. --- configure | 38 +++++++++++++++++++------------------- configure.ac | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/configure b/configure index 6e06a01..c45418d 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.71 for renderer 2.3d. +# Generated by GNU Autoconf 2.71 for whisper 1.0a. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -267,7 +267,7 @@ then : printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and -$0: ttsiodras@gmail.com about your system, including any +$0: ggerganov@gmail.com about your system, including any $0: error possibly output before this message. Then install $0: a modern shell, or manually run the script under such a $0: shell if you do have one." @@ -608,11 +608,11 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='renderer' -PACKAGE_TARNAME='renderer' -PACKAGE_VERSION='2.3d' -PACKAGE_STRING='renderer 2.3d' -PACKAGE_BUGREPORT='ttsiodras@gmail.com' +PACKAGE_NAME='whisper' +PACKAGE_TARNAME='whisper' +PACKAGE_VERSION='1.0a' +PACKAGE_STRING='whisper 1.0a' +PACKAGE_BUGREPORT='ggerganov@gmail.com' PACKAGE_URL='' # Factoring default headers for most tests. @@ -1344,7 +1344,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 renderer 2.3d to adapt to many kinds of systems. +\`configure' configures whisper 1.0a to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/renderer] + --docdir=DIR documentation root [DATAROOTDIR/doc/whisper] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1416,7 +1416,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of renderer 2.3d:";; + short | recursive ) echo "Configuration of whisper 1.0a:";; esac cat <<\_ACEOF @@ -1463,7 +1463,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 . +Report bugs to . _ACEOF ac_status=$? fi @@ -1527,7 +1527,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -renderer configure 2.3d +whisper configure 1.0a generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2059,7 +2059,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 renderer $as_me 2.3d, which was +It was created by whisper $as_me 1.0a, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3669,8 +3669,8 @@ fi # Define the identity of the package. - PACKAGE='renderer' - VERSION='2.3d' + PACKAGE='whisper' + VERSION='1.0a' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -8608,7 +8608,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 renderer $as_me 2.3d, which was +This file was extended by whisper $as_me 1.0a, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8668,7 +8668,7 @@ $config_headers Configuration commands: $config_commands -Report bugs to ." +Report bugs to ." _ACEOF ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` @@ -8676,7 +8676,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -renderer config.status 2.3d +whisper config.status 1.0a configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 406630d..cb066f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([renderer],[2.3d],[ttsiodras@gmail.com]) +AC_INIT([whisper],[1.0a],[ggerganov@gmail.com]) AC_CONFIG_HEADERS([config.h])