mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Add bootstrap support for Mac
This commit is contained in:
parent
5db314f694
commit
e45dc6234b
@ -31,7 +31,15 @@
|
|||||||
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
Darwin*)
|
||||||
|
glibtoolize --automake --copy
|
||||||
|
;;
|
||||||
|
*)
|
||||||
libtoolize --automake --copy
|
libtoolize --automake --copy
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --add-missing --copy
|
automake --foreign --add-missing --copy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user