summaryrefslogtreecommitdiff
path: root/libs/libevent/docs/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libevent/docs/autogen.sh')
-rw-r--r--libs/libevent/docs/autogen.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/libevent/docs/autogen.sh b/libs/libevent/docs/autogen.sh
deleted file mode 100644
index 57eeb940b9..0000000000
--- a/libs/libevent/docs/autogen.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-if [ -x "`which autoreconf 2>/dev/null`" ] ; then
- exec autoreconf -ivf
-fi
-
-LIBTOOLIZE=libtoolize
-SYSNAME=`uname`
-if [ "x$SYSNAME" = "xDarwin" ] ; then
- LIBTOOLIZE=glibtoolize
-fi
-aclocal -I m4 && \
- autoheader && \
- $LIBTOOLIZE && \
- autoconf && \
- automake --add-missing --force-missing --copy