Add SPDX-License-Identifier to all files
[zilutils.git] / zilasm / configure.ac
index 32d99fdba8d09947ccf96a371b7d4c6d8cbd3bb1..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.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.