diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-19 01:57:54 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-19 01:57:54 +0000 |
commit | 0fcdadeb5509f7bbf79098ee8a2088005540704a (patch) | |
tree | f6060a683cdf24a4232af2fb66db2c4677f99a53 /configure.in | |
parent | 45e3da644098aeef7c646a59a3072d9160b43d5d (diff) | |
download | nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.tar.gz nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.tar.bz2 nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a8ef814..4903b4c 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) |