From ae51a0f0bd591e59424e52965766e2737f03bbc7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 7 Oct 2013 14:43:53 -0500 Subject: Fix by lennax: Fix the AC_MSG_ERROR undefined macro error. Thanks Lennax! :) --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3