The default tar format sucks, and ustar is my pick for the best
alternative based on MichaĆ's article,
https://dev.gentoo.org/~mgorny/articles/portability-of-tar-features.html
AC_PREREQ([2.68])
AC_INIT([apply-default-acl], [0.4.2], [michael@orlitzky.com])
-AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_SRCDIR([src/apply-default-acl.c])
AC_CONFIG_MACRO_DIRS([m4])