Mercurial > hg-old > index.cgi
annotate configure.ac @ 161:56d60169fc4d
Bumped version to 2.2 for next release
author | lost |
---|---|
date | Sat, 31 Jan 2009 06:33:42 +0000 |
parents | 6bd4755d224f |
children | d610b8aef91b |
rev | line source |
---|---|
161 | 1 AC_INIT([LWTOOLS], [2.2], [lost@l-w.ca]) |
2 | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
3 AC_PROG_CC | |
152 | 4 AC_CONFIG_HEADERS([lwasm/config.h]) |
2 | 5 AC_CONFIG_FILES([ |
6 Makefile | |
151 | 7 lwasm/Makefile |
106
f643e2ff0008
Fix up some bogosity that prevented automake from working right
lost
parents:
97
diff
changeset
|
8 doc/Makefile |
141 | 9 lwlink/Makefile |
2 | 10 ]) |
11 AC_OUTPUT |