libevent/autogen.sh
Nick Mathewson 47ed792cb6 r15102@catbus: nickm | 2007-09-18 11:12:43 -0400
Make the autogen.sh script executable.


svn:r438
2007-09-18 15:16:17 +00:00

11 lines
191 B
Bash
Executable File

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