From ad4d4caba66a1f585165f8ead89992687c7b9120 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sat, 13 Jun 2009 19:35:05 +0200 Subject: [PATCH] bootstrap makes 'debug' directory now --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap b/bootstrap index 525a6b0..350e0ff 100755 --- a/bootstrap +++ b/bootstrap @@ -27,3 +27,6 @@ autoconf autoheader libtoolize --automake automake --add-missing +if test ! -d debug; then + mkdir debug +fi \ No newline at end of file