This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
zfs
Watch
2
Star
0
Fork
You've already forked zfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
103
Wiki
Activity
612b8dff5b
zfs
/
autogen.sh
3 lines
87 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 18:22:58 +00:00
#!/bin/sh
autogen.sh: explicitly build its containing directory No changes in currently-accepted usages (no-argument), but allows /src/path/autogen.sh && /src/path/configure for simpler out-of-tree builds Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
2022-04-05 22:36:09 +00:00
autoreconf -fiv
"
$(
dirname
"
$0
"
)
"
&&
rm -rf
"
$(
dirname
"
$0
"
)
"
/autom4te.cache