view configure.ac @ 391:c1d83336e1d1

Fixed problem with structure member registration and fixed detection of operator{} type symbols in expression evaluation
author lost@l-w.ca
date Wed, 21 Jul 2010 21:26:43 -0600
parents 1c31e9005ff7
children 62cb50c50976
line wrap: on
line source

AC_INIT([LWTools], [3.0-pre], [lost@l-w.ca])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
gl_EARLY
# for gnulib
gl_INIT
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
	Makefile
	lib/Makefile
	lwlib/Makefile
	lwasm/Makefile
	lwlink/Makefile
	lwar/Makefile
])
AC_OUTPUT