From e6deb55e1154a77953c0cc69f79fdea8108f5da6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Dec 2013 16:56:10 +0100 Subject: build: avoid error message during autogen.sh Do not complain if the directory already exists. mkdir: cannot create directory "autotools": File exists --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d9cbcfca..faed544d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ else have_INSTALL=false fi -mkdir autotools +mkdir -p autotools aclocal autoheader -- cgit v1.2.3