afaerber / meson-tools

Tools for Amlogic Meson ARM platforms
GNU General Public License v2.0
43 stars 27 forks source link

Use autotools as build system #4

Open xypron opened 7 years ago

xypron commented 7 years ago

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 xypron.glpk@gmx.de

vagrantc commented 7 years ago

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.