mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
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
This commit is contained in:
parent
4d044c4c1d
commit
3f4e6d6f36
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
autoreconf -fiv
|
||||
autoreconf -fiv || exit 1
|
||||
rm -Rf autom4te.cache
|
||||
|
Loading…
Reference in New Issue
Block a user