mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
forgot to add this
svn:r272
This commit is contained in:
parent
868f10e7c9
commit
51fde16666
10
autogen.sh
Normal file
10
autogen.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
LIBTOOLIZE=libtoolize
|
||||||
|
if [ "$(uname)" == "Darwin" ] ; then
|
||||||
|
LIBTOOLIZE=glibtoolize
|
||||||
|
fi
|
||||||
|
aclocal && \
|
||||||
|
autoheader && \
|
||||||
|
$LIBTOOLIZE && \
|
||||||
|
autoconf && \
|
||||||
|
automake --add-missing --copy
|
Loading…
x
Reference in New Issue
Block a user