view configure.ac @ 147:6efe1e02043d

Just a bogus commit to note that the last two commits included a basically complete version of the LWASM documentation
author lost
date Thu, 29 Jan 2009 06:14:54 +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