annotate configure.ac @ 145:afe30454382f

Made development version of LWASM be 2.1, not 3.0, because the next release will be an incremental feature release
author lost
date Thu, 29 Jan 2009 06:13:00 +0000
parents 36ca3fa755e0
children 427e268e876b
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
142
36ca3fa755e0 Autotools merge of packages done
lost
parents: 141
diff changeset
4 AC_CONFIG_HEADERS([src/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
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
7 src/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