Mercurial > hg-old > index.cgi
annotate configure.ac @ 4:34568fab6058
Fixed package to include all required files; also added copyright preamble to all source files
author | lost |
---|---|
date | Sat, 04 Oct 2008 03:14:20 +0000 |
parents | a8a83ccffafd |
children | 287a6905a63c |
rev | line source |
---|---|
2 | 1 AC_INIT([lwasm], [1.0], [lost@l-w.ca]) |
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | |
3 AC_PROG_CC | |
4
34568fab6058
Fixed package to include all required files; also added copyright preamble to all source files
lost
parents:
2
diff
changeset
|
4 AC_CONFIG_HEADERS([config.h]) |
2 | 5 AC_CONFIG_FILES([ |
6 Makefile | |
7 src/Makefile | |
8 ]) | |
9 AC_OUTPUT |