Mercurial > hg-old > index.cgi
annotate configure.ac @ 169:99300be2d3bd
Allow lines starting with # to be ignored
author | lost |
---|---|
date | Sun, 08 Feb 2009 03:00:44 +0000 |
parents | 56d60169fc4d |
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 |