bootstrap makes 'debug' directory now

This commit is contained in:
Piotr Krysik 2009-06-13 19:35:05 +02:00
parent 46b8adbe2a
commit ad4d4caba6
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ autoconf
autoheader
libtoolize --automake
automake --add-missing
if test ! -d debug; then
mkdir debug
fi