view lwlink/trunk/configure.ac @ 131:5276565799bd

Fixed load addresses of chained sections and subsections to actually increment
author lost
date Sat, 24 Jan 2009 07:18:01 +0000
parents d92c9f230b8f
children 6286b5ea82ab
line wrap: on
line source

AC_INIT([LWLINK], [1.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
])
AC_OUTPUT