summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2006-11-22 04:35:56 +0000
committerNiels Provos <provos@gmail.com>2006-11-22 04:35:56 +0000
commit51fde16666a3402959cab77cd0313c9ff4b4c66a (patch)
tree8e9fbcd6cc7e73c94bcd735db093f0b2a3fa2685 /autogen.sh
parent868f10e7c9abe1cb38cd3cc84e6dd4a9b1d966cc (diff)
downloadlibevent-51fde16666a3402959cab77cd0313c9ff4b4c66a.tar.gz
forgot to add this
svn:r272
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 00000000..5c04a217
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+LIBTOOLIZE=libtoolize
+if [ "$(uname)" == "Darwin" ] ; then
+ LIBTOOLIZE=glibtoolize
+fi
+aclocal && \
+ autoheader && \
+ $LIBTOOLIZE && \
+ autoconf && \
+ automake --add-missing --copy