view configure.ac @ 320:4853b105af23

Setting up project structure
author lost
date Thu, 04 Feb 2010 03:34:43 +0000
parents
children 473ed9b353eb
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
])
AC_OUTPUT