]> git.proxmox.com Git - mirror_zfs.git/commitdiff
build: do not call boilerplate ourself
authorJan Engelhardt <jengelh@inai.de>
Sat, 30 Mar 2013 02:33:09 +0000 (03:33 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Apr 2013 18:08:46 +0000 (11:08 -0700)
Rationale see section 3.5 "Using `autoreconf' to Update `configure'
Scripts" of the autoconf manual.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Makefile.am
autogen.sh
config/.gitignore
configure.ac

index cea9db97b153b67a16445b9d2f8f4fbdf2ad05f6..23dc2572abf8e8977d433dd7294b7b63544a4df1 100644 (file)
@@ -1,3 +1,6 @@
+
+ACLOCAL_AMFLAGS = -I config
+
 include $(top_srcdir)/config/rpm.am
 include $(top_srcdir)/config/deb.am
 include $(top_srcdir)/config/tgz.am
index 343265c8300818fb54baeccfd999ae8fd93ea593..427394af47a3b919d8fa3afce741dfdce983404c 100755 (executable)
@@ -1,7 +1,4 @@
 #!/bin/sh
 
-aclocal -I config
-libtoolize --automake --copy
-autoheader
-automake --add-missing --include-deps --copy
-autoconf
+autoreconf -fiv
+rm -Rf autom4te.cache
index dcd88d7c6aba663e15c9910e7a1bffb50a1b72ba..12e6ecab10d073b2cd35d498f9ad0eb07fd7ed0e 100644 (file)
@@ -4,3 +4,5 @@
 /install-sh
 /ltmain.sh
 /missing
+/libtool.m4
+/lt*.m4
index f9cd5429794ac1b34af4fef61cad4497e3ab753a..76184b43102f97ff2f9ae691dfdfec9eda2b9dba 100644 (file)
@@ -28,6 +28,7 @@ AC_INIT
 AC_LANG(C)
 SPL_AC_META
 AC_CONFIG_AUX_DIR([config])
+AC_CONFIG_MACRO_DIR([config])
 AC_CANONICAL_SYSTEM
 AM_MAINTAINER_MODE
 AM_SILENT_RULES