X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=configure.ac;h=0a6ea46e7d3cd2d65c1f2aed038e381869ba468f;hp=c25d355ad8215dddd71b50ada4f600cc6d7ae010;hb=d69e331890c807396644b78be2c86d9afc1de78d;hpb=5eeced508bd0eabb590581284719ac6f7e04e45f diff --git a/configure.ac b/configure.ac index c25d355..0a6ea46 100644 --- a/configure.ac +++ b/configure.ac @@ -16,11 +16,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later AC_PREREQ([2.69]) AC_INIT([zilutils], [0.1]) -AM_INIT_AUTOMAKE(foreign) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_SUBDIRS([zilasm zilc])