mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Autogen refresh.
Run autogen.sh using the same autotools versions as upstream: * autoconf-2.63 * automake-1.11.1 * libtool-2.2.6b
This commit is contained in:
committed by
Brian Behlendorf
parent
47a2455fbc
commit
b772aedeec
@@ -36,8 +36,7 @@ build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = etc/udev/rules.d
|
||||
DIST_COMMON = $(srcdir)/60-zpool.rules.in $(srcdir)/60-zvol.rules.in \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = \
|
||||
$(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
|
||||
@@ -82,7 +81,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/zfs_config.h
|
||||
CONFIG_CLEAN_FILES = 60-zpool.rules 60-zvol.rules
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
@@ -288,7 +287,10 @@ pkgsysconf_DATA = \
|
||||
60-zpool.rules \
|
||||
60-zvol.rules
|
||||
|
||||
EXTRA_DIST = 60-zpool.rules.in 60-zvol.rules.in
|
||||
EXTRA_DIST = \
|
||||
60-zpool.rules.in \
|
||||
60-zvol.rules.in
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -322,10 +324,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
60-zpool.rules: $(top_builddir)/config.status $(srcdir)/60-zpool.rules.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
60-zvol.rules: $(top_builddir)/config.status $(srcdir)/60-zvol.rules.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
@@ -502,6 +500,9 @@ uninstall-am: uninstall-pkgsysconfDATA
|
||||
ps ps-am uninstall uninstall-am uninstall-pkgsysconfDATA
|
||||
|
||||
|
||||
$(pkgsysconf_DATA):
|
||||
-$(SED) -e 's,@bindir\@,$(bindir),g' '$@.in' >'$@'
|
||||
|
||||
distclean-local::
|
||||
-$(RM) $(pkgsysconf_DATA)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user