diff options
author | Jacob Bachmeyer <jcb@gnu.org> | 2021-06-16 23:13:33 -0500 |
---|---|---|
committer | Jacob Bachmeyer <jcb@gnu.org> | 2021-06-16 23:13:33 -0500 |
commit | be4c9afb6075676822cd5d921281347876e85509 (patch) | |
tree | 6d8d388f993334f1ef324ab02794feef911ecf6d /configure.ac | |
parent | 96d3794213fbfb1705861e235b76642f3a42a66d (diff) | |
parent | 54bf1d8028c41f9cd2e840475404f6c4aa4b9736 (diff) | |
download | dejagnu-be4c9afb6075676822cd5d921281347876e85509.zip dejagnu-be4c9afb6075676822cd5d921281347876e85509.tar.gz dejagnu-be4c9afb6075676822cd5d921281347876e85509.tar.bz2 |
Merge fixes from 1.6.3 release branch
Conflicts:
ChangeLog
configure
configure.ac
doc/version.texi
runtest.exp
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e975b93..ff87579 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ([2.69]) AC_INIT([GNU DejaGnu],[1.6.4-git],[bug-dejagnu@gnu.org]) -AM_INIT_AUTOMAKE([1.14 subdir-objects]) +AM_INIT_AUTOMAKE([1.14 subdir-objects tar-v7 filename-length-max=99]) AM_MAINTAINER_MODE AC_PROG_MAKE_SET @@ -34,13 +34,13 @@ if test -z "$AWK"; then AC_MSG_ERROR([AWK not installed]) fi -dnl Provide an empty global site file (/dev/null) as default. +# Provide an empty global site file (/dev/null) as default. if test x"$DEJAGNU" = x then DEJAGNU="/dev/null" fi AC_SUBST(DEJAGNU) -dnl Makefile.am arranges for DEJAGNU to be exported in the environment. +# Makefile.am arranges for DEJAGNU to be exported in the environment. AC_CONFIG_FILES([Makefile]) AC_OUTPUT |