summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-10-04 17:01:59 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-10-04 17:01:59 -0700
commit397c169736925214b495d841f00a9ccd9b329e66 (patch)
tree90ade77e8153dc2cb35666f710c66c0158066e81 /autogen.sh
parent9255b5136992c2c1dee2fd11b9d2a389b377162d (diff)
downloadnasm-397c169736925214b495d841f00a9ccd9b329e66.tar.gz
Move config.h to a subdirectory, add MSVC-specific config file
Instead of trying to do hacks in the Makefiles, define header files for specific compilers if they can't use autoconf. Currently defined for Microsoft Visual Studio, based on MSDN documentation. It is currently untested. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1a8d21b5..d38e0ef7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,5 @@
autoheader
autoconf
rm -rf autom4te.cache config.log config.status
-rm -f Makefile rdoff/Makefile doc/Makefile config.h
+rm -f Makefile rdoff/Makefile doc/Makefile
+rm -f config.h.in config.h config/config.h