Fix version in configure

development
sfilippone 1 week ago
parent f6349d34d1
commit 02bf24efa3

22
configure vendored

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for AMG4PSBLAS 1.1.0.
# Generated by GNU Autoconf 2.71 for AMG4PSBLAS 1.2.0.
#
# Report bugs to <https://github.com/sfilippone/amg4psblas/issues>.
#
@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='AMG4PSBLAS'
PACKAGE_TARNAME='amg4psblas'
PACKAGE_VERSION='1.1.0'
PACKAGE_STRING='AMG4PSBLAS 1.1.0'
PACKAGE_VERSION='1.2.0'
PACKAGE_STRING='AMG4PSBLAS 1.2.0'
PACKAGE_BUGREPORT='https://github.com/sfilippone/amg4psblas/issues'
PACKAGE_URL=''
@ -1387,7 +1387,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 AMG4PSBLAS 1.1.0 to adapt to many kinds of systems.
\`configure' configures AMG4PSBLAS 1.2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1454,7 +1454,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of AMG4PSBLAS 1.1.0:";;
short | recursive ) echo "Configuration of AMG4PSBLAS 1.2.0:";;
esac
cat <<\_ACEOF
@ -1630,7 +1630,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
AMG4PSBLAS configure 1.1.0
AMG4PSBLAS configure 1.2.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -2314,7 +2314,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 AMG4PSBLAS $as_me 1.1.0, which was
It was created by AMG4PSBLAS $as_me 1.2.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3288,7 +3288,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# VERSION is the file containing the PSBLAS version code
# FIXME
amg4psblas_cv_version="1.1.0"
amg4psblas_cv_version="1.2.0"
# A sample source file
@ -3914,7 +3914,7 @@ fi
# Define the identity of the package.
PACKAGE='amg4psblas'
VERSION='1.1.0'
VERSION='1.2.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@ -11441,7 +11441,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 AMG4PSBLAS $as_me 1.1.0, which was
This file was extended by AMG4PSBLAS $as_me 1.2.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -11500,7 +11500,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="\\
AMG4PSBLAS config.status 1.1.0
AMG4PSBLAS config.status 1.2.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

@ -34,11 +34,11 @@ dnl NOTE : odd configurations like ifc + gcc still await in the mist of the unkn
###############################################################################
# NOTE: the literal for version (the second argument to AC_INIT should be a literal!)
AC_INIT([AMG4PSBLAS],1.1.0, [https://github.com/sfilippone/amg4psblas/issues])
AC_INIT([AMG4PSBLAS],1.2.0, [https://github.com/sfilippone/amg4psblas/issues])
# VERSION is the file containing the PSBLAS version code
# FIXME
amg4psblas_cv_version="1.1.0"
amg4psblas_cv_version="1.2.0"
# A sample source file
AC_CONFIG_SRCDIR([amgprec/amg_prec_type.f90])

Loading…
Cancel
Save