view configure.ac @ 112:a567dbb3f1d4

command line options
author lost
date Sat, 17 Jan 2009 16:55:53 +0000
parents f643e2ff0008
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