Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-14 08:23:50 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-14 08:23:50 (GMT)
commit26a0962f2c4a3a93af53a9a3c760afc7712cac8f (patch)
tree9d6fb68de132210376270d6edae0bcaadf873fc3 /autogen.sh
parent8ee219fc3cb7ee5aa04a4e7677f35f043389026f (diff)
Move to auto*
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..9bd6fd0
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+autoreconf -i
+./configure "$@"