From 749abc5fe11f672c1997c77739a175d160524f08 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 28 Apr 2021 21:53:42 -0500 Subject: Regenerate build system files --- configure | 44 ++++++++++---------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 03e3488..e9f2bc3 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 GNU DejaGnu 1.6.3-rc3. +# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.6.3-rc4. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU DejaGnu' PACKAGE_TARNAME='dejagnu' -PACKAGE_VERSION='1.6.3-rc3' -PACKAGE_STRING='GNU DejaGnu 1.6.3-rc3' +PACKAGE_VERSION='1.6.3-rc4' +PACKAGE_STRING='GNU DejaGnu 1.6.3-rc4' PACKAGE_BUGREPORT='bug-dejagnu@gnu.org' PACKAGE_URL='http://www.gnu.org/software/dejagnu/' @@ -1238,7 +1238,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 GNU DejaGnu 1.6.3-rc3 to adapt to many kinds of systems. +\`configure' configures GNU DejaGnu 1.6.3-rc4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1304,7 +1304,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU DejaGnu 1.6.3-rc3:";; + short | recursive ) echo "Configuration of GNU DejaGnu 1.6.3-rc4:";; esac cat <<\_ACEOF @@ -1401,7 +1401,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU DejaGnu configure 1.6.3-rc3 +GNU DejaGnu configure 1.6.3-rc4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1494,7 +1494,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 GNU DejaGnu $as_me 1.6.3-rc3, which was +It was created by GNU DejaGnu $as_me 1.6.3-rc4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2357,7 +2357,7 @@ fi # Define the identity of the package. PACKAGE='dejagnu' - VERSION='1.6.3-rc3' + VERSION='1.6.3-rc4' cat >>confdefs.h <<_ACEOF @@ -3985,16 +3985,6 @@ fi # Makefile.am arranges for DEJAGNU to be exported in the environment. -# Patch interpreter lines in config.* scripts to reference CONFIG_SHELL. -# Normally configure ensures that these scripts are run using CONFIG_SHELL -# and their interpreter lines are ignored, but DejaGnu also installs -# config.guess and the framework invokes it at runtime. -if test x"$SHELL" != x/bin/sh -then - ac_config_commands="$ac_config_commands scriptpatch" - -fi - ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF @@ -4571,7 +4561,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 GNU DejaGnu $as_me 1.6.3-rc3, which was +This file was extended by GNU DejaGnu $as_me 1.6.3-rc4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4630,7 +4620,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="\\ -GNU DejaGnu config.status 1.6.3-rc3 +GNU DejaGnu config.status 1.6.3-rc4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -4739,7 +4729,6 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" -SHELL=$SHELL _ACEOF @@ -4750,7 +4739,6 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "scriptpatch") CONFIG_COMMANDS="$CONFIG_COMMANDS scriptpatch" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; @@ -5274,18 +5262,6 @@ $as_echo X"$file" | done } ;; - "scriptpatch":C) - for file in config.guess config.sub - do - f=${ac_srcdir}/${file} - sed -e '1s,^#!.*$,#! '"${SHELL}", $f > ${f}.new - if test `awk 'END {print NR}' $f` != `awk 'END {print NR}' ${f}.new` - then - as_fn_error $? "patching script for local shell changed line count!" "$LINENO" 5 - fi - mv -f ${f}.new $f - done - ;; esac done # for ac_tag -- cgit v1.1