view configure.ac @ 99:3dcb12a6f4ff

Fixed problem handling sections with options on pass 2
author lost
date Sat, 17 Jan 2009 07:28:45 +0000
parents 2e8dda44027c
children f643e2ff0008
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
])
AC_OUTPUT