Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-06 15:20:21 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-06 15:20:21 (GMT)
commit5e67fe7f4eb15f92585ef66b08655ddde49abd41 (patch)
tree2acc5d61b9f279a7ea030878a0121694eb5562cd /autogen.sh
parent72ffc806b07d6bd0d3ba42d6dc2f55b798fc93af (diff)
Add autofoo to build a self-contained Presence Service
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..f195c54
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+ACLOCAL="aclocal -I m4"
+export ACLOCAL
+
+autoreconf -i
+
+test "z$*" = "z--no-configure" || ./configure "$@"