diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 00:15:02 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 00:15:02 +0000 |
commit | 4b563afc816a0f21a3c96395ca75f66f660b0442 (patch) | |
tree | 67051898bf381b0bbee2ca91a90dab86a83bca7b /configure.in | |
parent | 7f66b7797bbd336a347815bdb8cfd96d7dce8795 (diff) | |
download | nasm-4b563afc816a0f21a3c96395ca75f66f660b0442.tar.gz nasm-4b563afc816a0f21a3c96395ca75f66f660b0442.tar.bz2 nasm-4b563afc816a0f21a3c96395ca75f66f660b0442.zip |
Handle separate source and object directories correctly.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bb551f2..a8ef814 100644 --- a/configure.in +++ b/configure.in @@ -112,3 +112,4 @@ if test $ac_cv_prog_make_vpathok = no; then fi AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile) +AC_OUTPUT_COMMANDS([mkdir -p output]) |