Add a small Hello World program to be assembled
[zilutils.git] / configure.ac
index c25d355ad8215dddd71b50ada4f600cc6d7ae010..0a6ea46e7d3cd2d65c1f2aed038e381869ba468f 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_INIT([zilutils], [0.1])
 
-AM_INIT_AUTOMAKE(foreign)
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_SUBDIRS([zilasm zilc])