Mercurial > hg-old > index.cgi
annotate configure.ac @ 109:f21a5593a661
Updated docs
author | lost |
---|---|
date | Wed, 28 Jan 2009 05:38:21 +0000 |
parents | f643e2ff0008 |
children | bb5d2edf4e9f |
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 | |
5
287a6905a63c
Moved config.h to src/ and switched version strings to use autotools version
lost
parents:
4
diff
changeset
|
4 AC_CONFIG_HEADERS([src/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 |
2 | 9 ]) |
10 AC_OUTPUT |