summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-10-03 21:32:08 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-10-03 21:34:42 -0700
commit97ea4adcf0d862472857a4d2e2211edabf8a69df (patch)
tree44d91ff366d46a8c3e3747d5b6b36d1b68d96489 /.gitignore
parentfae1dd3d947a9b112c273ea669091fbdf9ccd4d6 (diff)
downloadnasm-97ea4adcf0d862472857a4d2e2211edabf8a69df.tar.gz
config/unconfig.h: eliminate #undef directives
config/config.h as generated by autoconf has #undef directives commented out, but the autoheader-generated template contains them, and config/unconfig.h should not contain them. Re-introduce config/config.h.in, and postprocess it to generate config/unconfig.h by commenting out all the #undef directives, just as configure does. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dc08ef41..827f05bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,7 @@ TAGS
/asm/tokens.h
/asm/tokhash.c
/asm/warnings.c
+/config/config.h.in
/config/config.h
/config.log
/config.status