Add SPDX-License-Identifier to all files
[zilutils.git] / zilasm / configure.ac
index 569490359d175fb5d82c9b17d40c50d877086a60..881332dc812382b7b14f15ed0145d551b509ca5c 100644 (file)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>
 #
+# 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.