diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2016-10-04 17:01:59 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2016-10-04 17:01:59 -0700 |
commit | 397c169736925214b495d841f00a9ccd9b329e66 (patch) | |
tree | 90ade77e8153dc2cb35666f710c66c0158066e81 /autogen.sh | |
parent | 9255b5136992c2c1dee2fd11b9d2a389b377162d (diff) | |
download | nasm-397c169736925214b495d841f00a9ccd9b329e66.tar.gz nasm-397c169736925214b495d841f00a9ccd9b329e66.tar.xz nasm-397c169736925214b495d841f00a9ccd9b329e66.zip |
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-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |