annotate configure.ac @ 363:d96c30e60ddf
Added pass2 and various supporting logic including symbol lookups
author |
lost@starbug |
date |
Tue, 06 Apr 2010 21:03:19 -0600 |
parents |
be63116281b0 |
children |
1c31e9005ff7 |
rev |
line source |
320
|
1 AC_INIT([LWTools], [3.0-pre], [lost@l-w.ca])
|
|
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|
3 AC_PROG_CC
|
|
4 gl_EARLY
|
|
5 # for gnulib
|
|
6 gl_INIT
|
|
7 AC_CONFIG_HEADERS([config.h])
|
|
8 AC_CONFIG_FILES([
|
|
9 Makefile
|
|
10 lib/Makefile
|
324
|
11 lwlib/Makefile
|
323
|
12 lwasm/Makefile
|
320
|
13 ])
|
|
14 AC_OUTPUT
|