Sign in
cobalt
/
cobalt
/
07c204f02a8437b2b0d3a3536a986b4ee0f3c2e1
/
.
/
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