Mercurial > hg-old > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:46e532283947 | 4:34568fab6058 |
---|---|
1 AC_INIT([lwasm], [1.0], [lost@l-w.ca]) | 1 AC_INIT([lwasm], [1.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([config.h]) | |
4 AC_CONFIG_FILES([ | 5 AC_CONFIG_FILES([ |
5 Makefile | 6 Makefile |
6 src/Makefile | 7 src/Makefile |
7 ]) | 8 ]) |
8 AC_OUTPUT | 9 AC_OUTPUT |