summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
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
personal git repositories of Harald Welte. Your mileage may vary