ref: e6deb55e1154a77953c0cc69f79fdea8108f5da6
parent: e2f1ba09c6a801242d6641dd08784d721a749589
author: Jan Engelhardt <jengelh@inai.de>
date: Tue Dec 10 11:56:10 EST 2013
build: avoid error message during autogen.sh Do not complain if the directory already exists. mkdir: cannot create directory "autotools": File exists
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@
have_INSTALL=false
fi
-mkdir autotools
+mkdir -p autotools
aclocal
autoheader