annotate configure.ac @ 208:06effa2faea1

Added some info on building gcc6809 to use lwtools
author lost
date Tue, 21 Apr 2009 02:57:37 +0000
parents d610b8aef91b
children 51511cf1c9f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
161
56d60169fc4d Bumped version to 2.2 for next release
lost
parents: 152
diff changeset
1 AC_INIT([LWTOOLS], [2.2], [lost@l-w.ca])
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
3 AC_PROG_CC
152
6bd4755d224f Fixed missed file rename
lost
parents: 151
diff changeset
4 AC_CONFIG_HEADERS([lwasm/config.h])
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
5 AC_CONFIG_FILES([
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
6 Makefile
151
427e268e876b renamed src to lwasm to better reflect its purpose
lost
parents: 145
diff changeset
7 lwasm/Makefile
106
f643e2ff0008 Fix up some bogosity that prevented automake from working right
lost
parents: 97
diff changeset
8 doc/Makefile
141
bb5d2edf4e9f Adjusting autotools to merging of lwlink and lwasm
lost
parents: 106
diff changeset
9 lwlink/Makefile
171
d610b8aef91b Added LWAR skeleton
lost
parents: 161
diff changeset
10 lwar/Makefile
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
11 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
12 AC_OUTPUT