This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
zfs
mirror of
https://github.com/openzfs/zfs.git
Watch
1
Star
0
Fork
You've already forked zfs
0
Code
Issues
Projects
Releases
Wiki
Activity
bdb518c13a
zfs
/
autogen.sh
5 lines
59 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-27 02:22:58 +08:00
#!/bin/sh
Cause autogen.sh to fail if autoreconf fails Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #7683
2018-07-07 00:27:37 +08:00
autoreconf -fiv
||
exit
1
build: do not call boilerplate ourself Rationale see section 3.5 "Using `autoreconf' to Update `configure' Scripts" of the autoconf manual. http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autoreconf-Invocation.html Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-30 10:33:09 +08:00
rm -Rf autom4te.cache