mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
build: do not call boilerplate ourself
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>
This commit is contained in:
parent
a9e86ac4fd
commit
83918aebe5
@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I config
|
||||||
|
|
||||||
include $(top_srcdir)/config/rpm.am
|
include $(top_srcdir)/config/rpm.am
|
||||||
include $(top_srcdir)/config/deb.am
|
include $(top_srcdir)/config/deb.am
|
||||||
include $(top_srcdir)/config/tgz.am
|
include $(top_srcdir)/config/tgz.am
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
aclocal -I config
|
autoreconf -fiv
|
||||||
libtoolize --automake --copy
|
rm -Rf autom4te.cache
|
||||||
autoheader
|
|
||||||
automake --add-missing --include-deps --copy
|
|
||||||
autoconf
|
|
||||||
|
2
config/.gitignore
vendored
2
config/.gitignore
vendored
@ -4,3 +4,5 @@
|
|||||||
/install-sh
|
/install-sh
|
||||||
/ltmain.sh
|
/ltmain.sh
|
||||||
/missing
|
/missing
|
||||||
|
/libtool.m4
|
||||||
|
/lt*.m4
|
||||||
|
@ -28,6 +28,7 @@ AC_INIT
|
|||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
SPL_AC_META
|
SPL_AC_META
|
||||||
AC_CONFIG_AUX_DIR([config])
|
AC_CONFIG_AUX_DIR([config])
|
||||||
|
AC_CONFIG_MACRO_DIR([config])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
AM_SILENT_RULES
|
AM_SILENT_RULES
|
||||||
|
Loading…
Reference in New Issue
Block a user