Add SPDX-License-Identifier to all files
[zilutils.git] / zilasm / configure.ac
index 7c07031282e1c5dbf1e1110a46657a087009e2d3..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
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_FILES([Makefile])
 
 # Checks for programs.