diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-10-07 14:43:53 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-10-07 14:43:53 -0500 |
commit | ae51a0f0bd591e59424e52965766e2737f03bbc7 (patch) | |
tree | 7eee18186a316a9facd80e45c6c9026b6eab75f0 /bootstrap.sh | |
parent | cfb7a4953d1d04f46e34a1859b4865827a43570d (diff) | |
download | mediagoblin-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-x | bootstrap.sh | 1 |
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 |