Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/datastore/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'datastore/autogen.sh')
-rwxr-xr-xdatastore/autogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/datastore/autogen.sh b/datastore/autogen.sh
new file mode 100755
index 0000000..1cd5db4
--- /dev/null
+++ b/datastore/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+export ACLOCAL="aclocal -I m4"
+
+autoreconf -i
+./configure "$@"