view configure.ac @ 12:9ef54d49febc 1.0

Bumped version number
author lost
date Sun, 04 Jan 2009 05:45:30 +0000
parents 287a6905a63c
children
line wrap: on
line source

AC_INIT([LWASM], [1.1], [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
])
AC_OUTPUT