summaryrefslogtreecommitdiff
path: root/lib/liblbxutil/autogen.sh
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-29 17:25:15 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-29 17:25:15 +0000
commitb27115469190df21ad8a8c0d9cccfbae357bab0a (patch)
tree83aff320eef3556ba744d321edaa05f1637e2acd /lib/liblbxutil/autogen.sh
parenta77728e5489b0b08aa7b5b1e352b0bbcf03c4b33 (diff)
Remove obsolete code that has not been built for 5 weeks now.
Diffstat (limited to 'lib/liblbxutil/autogen.sh')
-rw-r--r--lib/liblbxutil/autogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/liblbxutil/autogen.sh b/lib/liblbxutil/autogen.sh
deleted file mode 100644
index 904cd6746..000000000
--- a/lib/liblbxutil/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"