]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Move some of the autoconf support files into build/autoconf.
authorTim Kientzle <kientzle@gmail.com>
Sat, 14 Feb 2009 07:51:43 +0000 (02:51 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sat, 14 Feb 2009 07:51:43 +0000 (02:51 -0500)
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

configure.ac

index 9bd85a7a59a6bd51daf6ebd75c0c1bdb50080bb2..4d1b751185bb1ea020408492645738053db45e6a 100644 (file)
@@ -20,7 +20,7 @@ AC_INIT([libarchive],LIBARCHIVE_VERSION_S(),[kientzle@freebsd.org])
 # 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()