view configure.ac @ 244:c8bcc396ec59 2.x

Allow symbols to appear after whitespace when terminated by :
author lost
date Wed, 16 Sep 2009 00:29:06 +0000
parents f9f01a499525
children c79b3c88adbc 5f25e7afac21
line wrap: on
line source

AC_INIT([LWTOOLS], [2.6-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