Sign in
mojo
/
mojo-tools
/
0b1c404b97aa59f787a0c6d2ab45dc5f3c633c2c
/
.
/
third_party
/
libevent
/
autogen.sh
blob: 6d4275a6392ad865955939a9ee5f5e577070d1c0 [
file
]
#!/bin/sh
LIBTOOLIZE
=
libtoolize
SYSNAME
=
`uname`
if
[
"x$SYSNAME"
=
"xDarwin"
]
;
then
LIBTOOLIZE
=
glibtoolize
fi
aclocal
&&
\
autoheader
&&
\
$LIBTOOLIZE
&&
\
autoconf
&&
\
automake
--
add
-
missing
--
copy