From af0e3e2675dd963bf30e55cb1abc92feabd00cfa Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 14 Aug 2016 10:31:58 +0300 Subject: Use our config template rather than Autoconf's. --- tools/ac_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ac_converter.py b/tools/ac_converter.py index 155c0eb..571481e 100755 --- a/tools/ac_converter.py +++ b/tools/ac_converter.py @@ -275,6 +275,6 @@ for line in open(sys.argv[1]): print("cdata.set('%s', cc.sizeof('%s'))" % (elem, typename)) print(''' -configure_file(input : 'config.h.in', +configure_file(input : 'config.h.meson', output : 'config.h', configuration : cdata)''') -- cgit v1.1