commit e6deb55e1154a77953c0cc69f79fdea8108f5da6
Author: Jan Engelhardt <jengelh@inai.de>
AuthorDate: Tue Dec 10 16:56:10 2013 +0100
Commit: Jan Engelhardt <jengelh@inai.de>
CommitDate: Tue Dec 10 16:56:10 2013 +0100
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