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 # include $(d)/src/GNUmakefile +$(d)/config.h: $(d)/config.h.guess + $(CP) $< $@ + # # C L E A N R U L E S |