Mercurial > hg-old > index.cgi
annotate configure.ac @ 141:bb5d2edf4e9f
Adjusting autotools to merging of lwlink and lwasm
author | lost |
---|---|
date | Wed, 28 Jan 2009 06:02:33 +0000 |
parents | f643e2ff0008 |
children | 36ca3fa755e0 |
rev | line source |
---|---|
97 | 1 AC_INIT([LWASM], [2.0], [lost@l-w.ca]) |
2 | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
3 AC_PROG_CC | |
141 | 4 AC_CONFIG_HEADERS([src/config.h lwlink/config.h]) |
2 | 5 AC_CONFIG_FILES([ |
6 Makefile | |
7 src/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 |