Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-26 15:48:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-26 15:48:39 (GMT)
commitb905626986ac003db909ff28f7bcfd7fcd4eeca0 (patch)
tree7f2f0d6283ce37194067a1eaab37191b43109b7d /autogen.sh
parent96564f6bb56079cc1eccd0230057f753fce7f6f4 (diff)
Implement metadata reading in C for speed
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9bd6fd0..1cd5db4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,5 @@
#!/bin/sh
+export ACLOCAL="aclocal -I m4"
+
autoreconf -i
./configure "$@"