aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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