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