diff 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
line wrap: on
line diff
--- a/configure.ac	Sat Oct 04 03:14:20 2008 +0000
+++ b/configure.ac	Sat Oct 04 03:20:36 2008 +0000
@@ -1,7 +1,7 @@
-AC_INIT([lwasm], [1.0], [lost@l-w.ca])
+AC_INIT([LWASM], [1.0], [lost@l-w.ca])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_FILES([
 	Makefile
 	src/Makefile