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
2024-11-17 01:51:00 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
612b8dff5b
mirror_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 22:22:58 +04: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-06 01:36:09 +03:00
autoreconf -fiv
"
$(
dirname
"
$0
"
)
"
&&
rm -rf
"
$(
dirname
"
$0
"
)
"
/autom4te.cache
Reference in New Issue
Copy Permalink