view configure.ac @ 262:6d09310438a4 2.x

Fixed problem with local symbol context handling in the face of conditional assembly
author lost
date Thu, 07 Jan 2010 03:57:58 +0000
parents c79b3c88adbc
children
line wrap: on
line source

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