summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 7af4389..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-echo 'Generating necessary files...'
-rm -rf config
-mkdir -p config
-if [ -x "`which glibtoolize`" ]; then # OSX
- glibtoolize --force
-else # Unix
- libtoolize --force
-fi
-aclocal
-autoheader -Wall
-automake --foreign --add-missing
-autoconf
-