view configure.ac @ 157:745721e13970

allow : after symbol at line start
author lost
date Sat, 31 Jan 2009 05:29:15 +0000
parents 6bd4755d224f
children 56d60169fc4d
line wrap: on
line source

AC_INIT([LWTOOLS], [2.1], [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
])
AC_OUTPUT