Skip to content

Commit

Permalink
Regenerate build system files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Bachmeyer committed Apr 29, 2021
1 parent 9434672 commit 749abc5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 34 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-04-28 Jacob Bachmeyer <[email protected]>

* configure, Makefile.in: Regenerate.

* runtest.exp, configure.ac, doc/version.texi: Update version.

2021-04-20 Jacob Bachmeyer <[email protected]>
Expand Down
9 changes: 9 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = dejagnu

# record all files in the distribution tarball as owned by root
TAR_OPTIONS = --owner=0 --group=0
EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \
$(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
$(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\
Expand Down Expand Up @@ -1157,6 +1160,11 @@ distdir: $(DISTFILES)
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
@if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
grep '^...................................................................................................' 1>&2; then \
echo 'error: the above filenames are too long' 1>&2; \
exit 1; \
else :; fi
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__post_remove_distdir)
Expand Down Expand Up @@ -1529,6 +1537,7 @@ uninstall-man: uninstall-man1
uninstall-ps-am

export DEJAGNU
export TAR_OPTIONS

clean-local: clean-local-check
.PHONY: clean-local-check
Expand Down
44 changes: 10 additions & 34 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL='http://www.gnu.org/software/dejagnu/'

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down Expand Up @@ -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
Expand All @@ -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;;
Expand Down Expand Up @@ -5273,18 +5261,6 @@ $as_echo X"$file" |
done
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
Expand Down

0 comments on commit 749abc5

Please sign in to comment.