Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/autogen.sh')
-rwxr-xr-xshell/autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/autogen.sh b/shell/autogen.sh
new file mode 100755
index 0000000..a71e202
--- /dev/null
+++ b/shell/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+intltoolize
+autoreconf -i
+./configure --enable-maintainer-mode "$@"