view configure.ac @ 142:36ca3fa755e0

Autotools merge of packages done
author lost
date Wed, 28 Jan 2009 06:06:05 +0000
parents bb5d2edf4e9f
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