]> granicus.if.org Git - libevent/commitdiff
forgot to add this
authorNiels Provos <provos@gmail.com>
Wed, 22 Nov 2006 04:35:56 +0000 (04:35 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 22 Nov 2006 04:35:56 +0000 (04:35 +0000)
svn:r272

autogen.sh [new file with mode: 0644]

diff --git a/autogen.sh b/autogen.sh
new file mode 100644 (file)
index 0000000..5c04a21
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+LIBTOOLIZE=libtoolize
+if [ "$(uname)" == "Darwin" ] ; then
+  LIBTOOLIZE=glibtoolize
+fi
+aclocal && \
+       autoheader && \
+       $LIBTOOLIZE && \
+       autoconf && \
+       automake --add-missing --copy