X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2Fconfigure.ac;h=881332dc812382b7b14f15ed0145d551b509ca5c;hb=5db546ee101b3f6c5abf5c626d5b95202272d70f;hp=569490359d175fb5d82c9b17d40c50d877086a60;hpb=5eeced508bd0eabb590581284719ac6f7e04e45f;p=zilutils.git diff --git a/zilasm/configure.ac b/zilasm/configure.ac index 5694903..881332d 100644 --- a/zilasm/configure.ac +++ b/zilasm/configure.ac @@ -16,13 +16,14 @@ # 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_PREREQ([2.65]) AC_INIT([zilasm], [0.1]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE(foreign) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_FILES([Makefile]) # Checks for programs.