aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2013-03-15 14:10:01 -0400
committerWilliam Hua <william.hua@canonical.com>2013-03-15 14:10:01 -0400
commit3846f9ebd88c14e9415020685f983cbd1ac358fa (patch)
tree196dcff1522b9878b4dac0e86c0ff43a2e7c7f8c /autogen.sh
downloadayatana-indicator-keyboard-3846f9ebd88c14e9415020685f983cbd1ac358fa.tar.gz
ayatana-indicator-keyboard-3846f9ebd88c14e9415020685f983cbd1ac358fa.tar.bz2
ayatana-indicator-keyboard-3846f9ebd88c14e9415020685f983cbd1ac358fa.zip
Initial commit.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..b509c24a
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+mkdir -p m4
+autoreconf -i
+test -n "$NOCONFIGURE" || ./configure "$@"