view configure.ac @ 141:bb5d2edf4e9f

Adjusting autotools to merging of lwlink and lwasm
author lost
date Wed, 28 Jan 2009 06:02:33 +0000
parents f643e2ff0008
children 36ca3fa755e0
line wrap: on
line source

AC_INIT([LWASM], [2.0], [lost@l-w.ca])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([src/config.h lwlink/config.h])
AC_CONFIG_FILES([
	Makefile
	src/Makefile
	doc/Makefile
	lwlink/Makefile
])
AC_OUTPUT