From b18391b3a6f07ae6de0c9dd5440fdaee0e327bbd Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 10 Dec 2015 10:22:59 -0800 Subject: [PATCH] Create the m4 directory to fix the autogen failure --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c5a7472..1372eef 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,4 @@ -#!/bin/sh +#!/bin/sh -x +mkdir -p m4 autoreconf --install