Skip to content
Snippets Groups Projects
Commit 860db52b authored by Miller Puckette's avatar Miller Puckette
Browse files

added mkdir ../obj, ../bin to configure script

parent 52dca0f9
No related branches found
No related tags found
No related merge requests found
...@@ -419,5 +419,15 @@ AC_TRY_LINK( [ ...@@ -419,5 +419,15 @@ AC_TRY_LINK( [
fi fi
## }JMZ: end of large-file support section ## }JMZ: end of large-file support section
if test -d ../obj
then;
else mkdir ../obj
fi
if test -d ../bin
then;
else mkdir ../bin
fi
AC_OUTPUT(makefile) AC_OUTPUT(makefile)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment