From 4ee856dfdb77bc9947c342760c998b2eb9adc145 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Sat, 2 Jan 2021 02:15:15 +0100 Subject: Preparing v1.9.14 release --- configure | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c6aab5d..8c9c235 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for haveged 1.9.13. +# Generated by GNU Autoconf 2.69 for haveged 1.9.14. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='haveged' PACKAGE_TARNAME='haveged' -PACKAGE_VERSION='1.9.13' -PACKAGE_STRING='haveged 1.9.13' +PACKAGE_VERSION='1.9.14' +PACKAGE_STRING='haveged 1.9.14' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -772,6 +772,7 @@ enable_diagnostic enable_init enable_initdir enable_nistest +enable_enttest enable_olt enable_threads enable_tune @@ -1326,7 +1327,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 haveged 1.9.13 to adapt to many kinds of systems. +\`configure' configures haveged 1.9.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1396,7 +1397,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of haveged 1.9.13:";; + short | recursive ) echo "Configuration of haveged 1.9.14:";; esac cat <<\_ACEOF @@ -1420,6 +1421,7 @@ Optional Features: --enable-initdir=DIR Directory for systemd service files [default=pkg-config var if init==service.*] --enable-nistest=no/yes Run NIST test suite [default=no] + --enable-enttest=no/yes Run ENT test suite [default=yes] --enable-olt=yes/no Enable online tests [default=yes] --enable-threads=no/yes Enable threads [default=no] --enable-tune=yes/cpuid/vfs/no @@ -1515,7 +1517,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -haveged configure 1.9.13 +haveged configure 1.9.14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1934,7 +1936,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 haveged $as_me 1.9.13, which was +It was created by haveged $as_me 1.9.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4106,7 +4108,7 @@ fi # Define the identity of the package. PACKAGE='haveged' - VERSION='1.9.13' + VERSION='1.9.14' cat >>confdefs.h <<_ACEOF @@ -12030,6 +12032,15 @@ else fi +## Make ent self-test configurable +# Check whether --enable-enttest was given. +if test "${enable_enttest+set}" = set; then : + enableval=$enable_enttest; +else + enable_enttest="yes" +fi + + ## Make self test features configurable # Check whether --enable-olt was given. if test "${enable_olt+set}" = set; then : @@ -13406,7 +13417,7 @@ else ENABLE_NOINIT_FALSE= fi - if test "yes" = "yes"; then + if test "$enable_enttest" = "yes"; then ENABLE_ENT_TEST_TRUE= ENABLE_ENT_TEST_FALSE='#' else @@ -13979,7 +13990,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 haveged $as_me 1.9.13, which was +This file was extended by haveged $as_me 1.9.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14045,7 +14056,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -haveged config.status 1.9.13 +haveged config.status 1.9.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit v1.2.3