summaryrefslogtreecommitdiffstats
path: root/confpac
diff options
context:
space:
mode:
Diffstat (limited to 'confpac')
-rwxr-xr-xconfpac5
1 files changed, 5 insertions, 0 deletions
diff --git a/confpac b/confpac
new file mode 100755
index 0000000..c889d55
--- /dev/null
+++ b/confpac
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+[[ -f autogen.sh ]] || return 1;
+./autogen.sh;
+dconfigure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-git-version --enable-debug "$@"