dnl We call AC_PROG_CC in an unusual way, and only for use in our
dnl testsuite, so also use 'no-dependencies' and 'no-define' among
dnl the automake options to avoid bloating and potential problems.
-AM_INIT_AUTOMAKE([ng -Wall -Werror filename-length-max=99
+AM_INIT_AUTOMAKE([ng -Wall -Werror filename-length-max=99
no-define no-dependencies])
## Keep this on a line of its own, since it must be found and processed
#
# NOTE (from Stefano Lattarini):
-#
+#
# This section is mostly hacky and ad-hoc, but works for me and
# on my system. And while far from clean, it should help catching
# real regressions on real world packages, which is important.
test "$(ls *$distdir*)" = $distdir.tar.gz
-# ------------------------------------- #
+# ------------------------------------- #
# Test all known formats, separately. #
-# ------------------------------------- #
+# ------------------------------------- #
for format in $all_compression_formats; do
setup_vars_for_compression_format "$format"
mkdir none dry-run
check_make --run -M "$pr" -- -I none
-check_make --run -M "$pr" -- -I none --include dry-run
+check_make --run -M "$pr" -- -I none --include dry-run
check_make --dry -M "$pr" -- -I none -n
check_make --dry -M "$pr" -- --dry-run -I none --include dry-run
rmdir none dry-run