]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Files that are used by the autoconf build system belong in
authorTim Kientzle <kientzle@gmail.com>
Sun, 22 Mar 2009 05:58:07 +0000 (01:58 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 22 Mar 2009 05:58:07 +0000 (01:58 -0400)
the build/autoconf dir.  We may need to further split that
out to separate the files that get generated by autoconf/automake/etc
from the files that are provided by libarchive.

SVN-Revision: 828

Makefile.am
build/autoconf/la_syslibsearchpath.m4 [moved from build/m4/la_syslibsearchpath.m4 with 100% similarity]
configure.ac

index 4709dc1255172e28c80b447e4fb2cdcfa1249bf8..51621e2e3de44ee7cd2b22bb05d932c51023ec1c 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS= foreign subdir-objects
-ACLOCAL_AMFLAGS = -I build/m4
+ACLOCAL_AMFLAGS = -I build/autoconf
 
 #
 # What to build and install
index 8669445a0cf29adcdfc53ee83b1edc2009a52f67..d1aed406cec4fe690dfbaef7633c2b509e98477e 100644 (file)
@@ -21,7 +21,7 @@ AC_CONFIG_SRCDIR([libarchive])
 # Use auxiliary subscripts from this subdirectory (cleans up root)
 AC_CONFIG_AUX_DIR([build/autoconf])
 # M4 scripts
-AC_CONFIG_MACRO_DIR([build/m4])
+AC_CONFIG_MACRO_DIR([build/autoconf])
 # Must follow AC_CONFIG macros above...
 AM_INIT_AUTOMAKE()