aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
commite3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (patch)
tree097ec6bd97f039893f7496808192a9bb2fbff525 /configure.ac
parentd0f104991b9e6134f04bc674af115bc288c9e137 (diff)
downloaddejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.zip
dejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.tar.gz
dejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.tar.bz2
Adjust Automake options to build maximally portable tarballs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c60f34f..aa7b6f8 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.3-rc3],[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