summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-19 01:57:54 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-19 01:57:54 +0000
commit0fcdadeb5509f7bbf79098ee8a2088005540704a (patch)
treef6060a683cdf24a4232af2fb66db2c4677f99a53 /configure.in
parent45e3da644098aeef7c646a59a3072d9160b43d5d (diff)
downloadnasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.tar.gz
Fix so that the configure.in works with autoconf 2.5x; make sure
"make cleaner" cleans up all that it needs to clean up
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a8ef814e..4903b4cf 100644
--- a/configure.in
+++ b/configure.in
@@ -111,5 +111,5 @@ if test $ac_cv_prog_make_vpathok = no; then
if test ! -f macros.c; then cp -p ${srcdir}/macros.c .; fi
fi
-AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)
AC_OUTPUT_COMMANDS([mkdir -p output])
+AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)