view configure.ac @ 194:0d916bcebb90

First pass at allowing symbols starting with digits but containing $
author lost
date Sun, 22 Mar 2009 17:50:42 +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