From 3a25fd26c6214bb8ad75532610dfb76b1460e55f Mon Sep 17 00:00:00 2001 From: Artem Savkov Date: Tue, 12 Jan 2016 18:21:45 +0100 Subject: [PATCH] Create m4 dir before calling autoreconf --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 14767e6..add0fb0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,4 +14,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +mkdir -p m4 autoreconf --verbose --force --install