view configure.ac @ 182:833d392fec82

Arranged for lwasm and lwlink to remove the output file in case they fail
author lost
date Fri, 06 Mar 2009 01:35:40 +0000
parents d610b8aef91b
children 51511cf1c9f8
line wrap: on
line source

AC_INIT([LWTOOLS], [2.2], [lost@l-w.ca])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([lwasm/config.h])
AC_CONFIG_FILES([
	Makefile
	lwasm/Makefile
	doc/Makefile
	lwlink/Makefile
	lwar/Makefile
])
AC_OUTPUT