diff options
author | William Ahern <william+ubuntu@25thandClement.com> | 2016-10-19 13:10:50 -0700 |
---|---|---|
committer | William Ahern <william+ubuntu@25thandClement.com> | 2016-10-19 13:10:50 -0700 |
commit | 0e2d4c797e6eb22d87621928af252b6264d28ae0 (patch) | |
tree | 9b5cfe94d5e029713b0b4d371011394b9ba43b06 /GNUmakefile | |
parent | eb9c4bb6e39598aa9bdc9015c0a9bf70031746b6 (diff) | |
download | luaossl-0e2d4c797e6eb22d87621928af252b6264d28ae0.tar.gz luaossl-0e2d4c797e6eb22d87621928af252b6264d28ae0.tar.bz2 luaossl-0e2d4c797e6eb22d87621928af252b6264d28ae0.zip |
use config.h.guess from autoguess project for system feature tests
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2955d86..c58686c 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -133,6 +133,9 @@ endif | |||
133 | # | 133 | # |
134 | include $(d)/src/GNUmakefile | 134 | include $(d)/src/GNUmakefile |
135 | 135 | ||
136 | $(d)/config.h: $(d)/config.h.guess | ||
137 | $(CP) $< $@ | ||
138 | |||
136 | 139 | ||
137 | # | 140 | # |
138 | # C L E A N R U L E S | 141 | # C L E A N R U L E S |