view configure.ac @ 289:2aab71044deb 2.0

Fixed missing doc/Makefile
author lost
date Tue, 27 Jan 2009 05:37:26 +0000
parents 2e8dda44027c
children bb5d2edf4e9f
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])
AC_CONFIG_FILES([
	Makefile
	src/Makefile
	doc/Makefile
])
AC_OUTPUT