This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2026-01-14 17:22:05 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e09f166f0
mirror_zfs
/
autogen.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Add build system Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components.
2010-08-26 22:22:58 +04:00
#!/bin/sh
autogen.sh: paper over automake <1.14's lack of %reldir% support Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
2022-04-12 00:41:14 +03:00
autogen.sh: remove workaround for automake <1.14, needed for EL <=7 Ultimately this is a revert of 779ac93, which according to @nabijaczleweli is to paper over automake <1.14's lack of %reldir% support. As I understand it, EL8 is the lowest current build target. Reviewed-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Joseph Holsten <joseph@josephholsten.com> Closes #17878
2025-10-31 02:26:56 +03:00
autoreconf -fiv
"
$(
dirname
"
$0
"
)
"
&&
rm -rf
"
$(
dirname
"
$0
"
)
"
/autom4te.cache
Reference in New Issue
Copy Permalink