From a12f3bd5acd263c81ae26874837bd0ce52fe94a2 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Fri, 12 Jun 2009 14:08:05 -0400 Subject: [PATCH] bootstrap: create config directory if not exists --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap b/bootstrap index 0374e38..c507425 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,9 @@ #! /bin/sh set -x +if [ ! -e config ]; then + mkdir config +fi aclocal libtoolize --force --copy autoheader -- 2.34.1