summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-09-15 15:58:54 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-09-15 15:58:54 +0000
commit6e9ce5d81a51d07ec7db0e8ca1dda155f851fc31 (patch)
tree1b0f26daf8c8338dac7d58e58a1fc0c8e2f99791
parentac287b1d4e6a6e5ffd4ad9b1526e97153638ea10 (diff)
xhost 1.0.2
-rw-r--r--app/xhost/autogen.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/xhost/autogen.sh b/app/xhost/autogen.sh
new file mode 100644
index 000000000..e81f98910
--- /dev/null
+++ b/app/xhost/autogen.sh
@@ -0,0 +1,13 @@
+#! /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 "$@"
+