view configure.ac @ 324:be63116281b0

Created lwlib folder and added first bits to it
author lost
date Tue, 09 Feb 2010 05:59:56 +0000
parents 473ed9b353eb
children 1c31e9005ff7
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
	lwlib/Makefile
	lwasm/Makefile
])
AC_OUTPUT