libevent/autogen.sh
Niels Provos 6b4342db67 copy trunk to 1.4
svn:r512
2007-11-12 02:37:25 +00:00

12 lines
208 B
Bash
Executable File

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