view configure.ac @ 322:3ff493a445ed

Setting executable for autogen.sh
author lost
date Tue, 09 Feb 2010 04:41:08 +0000
parents 4853b105af23
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