summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 336463c9..00000000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-autoreconf -v -f --install || exit 1
-
-./configure \
- CFLAGS="-O2 -Wall" \
- --enable-man \
- --enable-maintainer-mode \
- --disable-shared \
- --without-libpam \
- --with-selinux \
- "$@"