view configure.ac @ 281:44e29b2b9705 2.4

Release 2.4.1 with a fix for parsing problem that made the assembler mostly useless
author lost
date Thu, 11 Jun 2009 23:13:00 +0000
parents 851385b4b3c2
children
line wrap: on
line source

AC_INIT([LWTOOLS], [2.4.1], [lost@l-w.ca])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
gl_EARLY
# for gnulib
gl_INIT
AC_CONFIG_HEADERS([lwasm/config.h])
AC_CONFIG_FILES([
	Makefile
	lwasm/Makefile
	doc/Makefile
	lwlink/Makefile
	lwar/Makefile
	lib/Makefile
])
AC_OUTPUT