It should be possible to move a lot more of the autoconf support
files (including Makefile.in, autom4te.cache, etc) into
build/autoconf, but I haven't found any way to do this.
SVN-Revision: 612
# Make sure the srcdir contains "libarchive" directory
AC_CONFIG_SRCDIR([libarchive])
# Use auxiliary subscripts from this subdirectory (cleans up root)
-AC_CONFIG_AUX_DIR([config.aux])
+AC_CONFIG_AUX_DIR([build/autoconf])
# Must follow AC_CONFIG macros above...
AM_INIT_AUTOMAKE()