libevent/autogen.sh

12 lines
209 B
Bash
Raw Normal View History

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