mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -04:00
autogen.sh: learn about gmake
Fixes: 69cce257eb6183dda114d8f5b8ca0325cfabe2e1 ("69cce257eb6183dda114d8f5b8ca0325cfabe2e1")
This commit is contained in:
parent
69cce257eb
commit
9376ac4dff
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
make maintainer-clean >/dev/null 2>/dev/null
|
MAKE=make
|
||||||
|
if command -v gmake >/dev/null 2>/dev/null; then
|
||||||
|
MAKE=gmake
|
||||||
|
fi
|
||||||
|
$MAKE maintainer-clean >/dev/null 2>/dev/null
|
||||||
|
|
||||||
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
||||||
exec autoreconf -ivf
|
exec autoreconf -ivf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user