annotate configure.ac @ 152:6bd4755d224f

Fixed missed file rename
author lost
date Fri, 30 Jan 2009 04:02:22 +0000
parents 427e268e876b
children 56d60169fc4d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
afe30454382f Made development version of LWASM be 2.1, not 3.0, because the next release will be an incremental feature release
lost
parents: 142
diff changeset
1 AC_INIT([LWTOOLS], [2.1], [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
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
10 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
11 AC_OUTPUT