I forgot to push the old release tarball live, and Gentoo mirrored a
distfile that doesn't exist and the checksum doesn't match the real
version 0.4.3. Let's just make a 0.4.4 that's identical but that will
have a different tarball name.
AC_PREREQ([2.68])
-AC_INIT([apply-default-acl], [0.4.3], [michael@orlitzky.com])
+AC_INIT([apply-default-acl], [0.4.4], [michael@orlitzky.com])
# Store build artifacts in this directory to keep the house clean.
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])