libevent/autogen.sh

11 lines
191 B
Bash
Raw Normal View History

2006-11-22 04:35:56 +00:00
#!/bin/sh
LIBTOOLIZE=libtoolize
if [ "$(uname)" == "Darwin" ] ; then
LIBTOOLIZE=glibtoolize
fi
aclocal && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \
automake --add-missing --copy