view configure.ac @ 144:006d737756fd

Made pragmas not be case sensitive
author lost
date Thu, 29 Jan 2009 06:12:21 +0000
parents 36ca3fa755e0
children afe30454382f
line wrap: on
line source

AC_INIT([LWTOOLS], [3.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
	doc/Makefile
	lwlink/Makefile
])
AC_OUTPUT