meson-tools icon indicating copy to clipboard operation
meson-tools copied to clipboard

Use autotools as build system

Open xypron opened this issue 7 years ago • 1 comments

Change the build system from simple Makefile to autotools.

This will provide the missing install and uninstall targets. Furthermore passing CPPFLAGS will be supported.

Signed-off-by: Heinrich Schuchardt [email protected]

xypron avatar May 16 '17 02:05 xypron

This would be nice to add, as it simplifies the debian packaging considerably, and correctly supports hardening build flags passed via CFLAGS, CPPFLAGS and LDFLAGS.

vagrantc avatar Jun 08 '17 18:06 vagrantc