view configure.ac @ 146:6c0a30278982

Made development version of LWASM be 2.1, not 3.0, because the next release will be an incremental feature release
author lost
date Thu, 29 Jan 2009 06:14:04 +0000
parents afe30454382f
children 427e268e876b
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([src/config.h])
AC_CONFIG_FILES([
	Makefile
	src/Makefile
	doc/Makefile
	lwlink/Makefile
])
AC_OUTPUT