view configure.ac @ 155:6da2e3000f20 2.1

Fixed problem with manual distribution
author lost
date Fri, 30 Jan 2009 04:36:09 +0000
parents 6bd4755d224f
children 56d60169fc4d
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([lwasm/config.h])
AC_CONFIG_FILES([
	Makefile
	lwasm/Makefile
	doc/Makefile
	lwlink/Makefile
])
AC_OUTPUT