Mercurial > hg-old > index.cgi
annotate configure.ac @ 205:42df94f30d82
checkpoint
author | lost |
---|---|
date | Sun, 19 Apr 2009 17:44:46 +0000 |
parents | d610b8aef91b |
children | 51511cf1c9f8 |
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 |
171 | 10 lwar/Makefile |
2 | 11 ]) |
12 AC_OUTPUT |