libevent/autogen.sh
Niels Provos 51fde16666 forgot to add this
svn:r272
2006-11-22 04:35:56 +00:00

11 lines
191 B
Bash

#!/bin/sh
LIBTOOLIZE=libtoolize
if [ "$(uname)" == "Darwin" ] ; then
LIBTOOLIZE=glibtoolize
fi
aclocal && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \
automake --add-missing --copy