From 2c0c8942df7339141f853b3bc8428a42210d2f5b Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 20 Jun 2012 11:45:37 -0400 Subject: [PATCH] Make sure the m4 directory is created in autogen.sh Later versions of autoreconf seem to expect ./m4 to exist, and I'd rather not have an empy directory laying about, so for now, autogen.sh can just add it if we don't have anything there yet Signed-off-by: Neil Horman --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 5ad9f14..b792e8b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,5 @@ #! /bin/sh set -x -e +mkdir -p m4 # --no-recursive is available only in recent autoconf versions autoreconf -fv --install