From: Tim Kientzle Date: Sat, 14 Feb 2009 07:51:43 +0000 (-0500) Subject: Move some of the autoconf support files into build/autoconf. X-Git-Tag: v2.7.0~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9c2bcd689485d6d3ccd37e475c1ffe0645f6e5;p=thirdparty%2Flibarchive.git Move some of the autoconf support files into build/autoconf. 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 --- diff --git a/configure.ac b/configure.ac index 9bd85a7a5..4d1b75118 100644 --- a/configure.ac +++ b/configure.ac @@ -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()