aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-10-07 14:43:53 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-10-07 14:43:53 -0500
commitae51a0f0bd591e59424e52965766e2737f03bbc7 (patch)
tree7eee18186a316a9facd80e45c6c9026b6eab75f0 /bootstrap.sh
parentcfb7a4953d1d04f46e34a1859b4865827a43570d (diff)
downloadmediagoblin-ae51a0f0bd591e59424e52965766e2737f03bbc7.tar.lz
mediagoblin-ae51a0f0bd591e59424e52965766e2737f03bbc7.tar.xz
mediagoblin-ae51a0f0bd591e59424e52965766e2737f03bbc7.zip
Fix by lennax: Fix the AC_MSG_ERROR undefined macro error.
Thanks Lennax! :)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 1540ea4b..78d0f1c7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,3 +1,4 @@
#!/bin/bash
+aclocal -I m4 --install
autoreconf -fvi