Mercurial > hg-old > index.cgi
annotate configure.ac @ 171:d610b8aef91b
Added LWAR skeleton
author | lost |
---|---|
date | Sun, 01 Mar 2009 19:37:03 +0000 |
parents | 56d60169fc4d |
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 |