X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2Fconfigure.ac;h=8e7bb47728e2f881a80931eac2a4e4d171a598b9;hb=82b0f84ab797141758929d16894d42e12ef79af7;hp=26578ab2dff05ebc805955c4c40100eb1433870e;hpb=91806d6d0972c1aad8164fde420205b4caa5ed9d;p=zilutils.git diff --git a/zilasm/configure.ac b/zilasm/configure.ac index 26578ab..8e7bb47 100644 --- a/zilasm/configure.ac +++ b/zilasm/configure.ac @@ -2,6 +2,7 @@ # Process this file with autoconf to produce a configure script. # # Copyright (C) 2015 Alexander Andrejevic +# Copyright (C) 2019 Jason Self # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -16,10 +17,11 @@ # 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.65]) AC_INIT([zilasm], [0.1]) -AC_CONFIG_SRCDIR([main.c]) +AC_CONFIG_SRCDIR([main.cpp]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) @@ -27,6 +29,7 @@ AC_CONFIG_FILES([Makefile]) # Checks for programs. AC_PROG_CC +AC_PROG_CXX # Checks for libraries.