Mercurial > hg-old > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
140:8d65ef71fc01 | 141:bb5d2edf4e9f |
---|---|
1 AC_INIT([LWASM], [2.0], [lost@l-w.ca]) | 1 AC_INIT([LWASM], [2.0], [lost@l-w.ca]) |
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
3 AC_PROG_CC | 3 AC_PROG_CC |
4 AC_CONFIG_HEADERS([src/config.h]) | 4 AC_CONFIG_HEADERS([src/config.h lwlink/config.h]) |
5 AC_CONFIG_FILES([ | 5 AC_CONFIG_FILES([ |
6 Makefile | 6 Makefile |
7 src/Makefile | 7 src/Makefile |
8 doc/Makefile | 8 doc/Makefile |
9 lwlink/Makefile | |
9 ]) | 10 ]) |
10 AC_OUTPUT | 11 AC_OUTPUT |