Mercurial > hg-old > index.cgi
comparison configure.ac @ 5:287a6905a63c
Moved config.h to src/ and switched version strings to use autotools version
author | lost |
---|---|
date | Sat, 04 Oct 2008 03:20:36 +0000 |
parents | 34568fab6058 |
children | f1df096aa76f 2e8dda44027c |
comparison
equal
deleted
inserted
replaced
4:34568fab6058 | 5:287a6905a63c |
---|---|
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_HEADERS([src/config.h]) |
5 AC_CONFIG_FILES([ | 5 AC_CONFIG_FILES([ |
6 Makefile | 6 Makefile |
7 src/Makefile | 7 src/Makefile |
8 ]) | 8 ]) |
9 AC_OUTPUT | 9 AC_OUTPUT |