]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - configure.ac
configure.ac: place build artifacts in the "build-aux" directory.
[apply-default-acl.git] / configure.ac
index 83729dc544abccc1735c8b2c78721b6965d77c58..6de8a998cdcbe589016ed84ad265ab0b8ab696cf 100644 (file)
@@ -1,5 +1,7 @@
 AC_PREREQ([2.68])
 AC_INIT([apply-default-acl], [0.4.2], [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])
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_CONFIG_SRCDIR([src/apply-default-acl.c])