annotate configure.ac @ 323:473ed9b353eb

Started framework for lwasm binary
author lost
date Tue, 09 Feb 2010 05:33:35 +0000
parents 4853b105af23
children be63116281b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
320
4853b105af23 Setting up project structure
lost
parents:
diff changeset
1 AC_INIT([LWTools], [3.0-pre], [lost@l-w.ca])
4853b105af23 Setting up project structure
lost
parents:
diff changeset
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
4853b105af23 Setting up project structure
lost
parents:
diff changeset
3 AC_PROG_CC
4853b105af23 Setting up project structure
lost
parents:
diff changeset
4 gl_EARLY
4853b105af23 Setting up project structure
lost
parents:
diff changeset
5 # for gnulib
4853b105af23 Setting up project structure
lost
parents:
diff changeset
6 gl_INIT
4853b105af23 Setting up project structure
lost
parents:
diff changeset
7 AC_CONFIG_HEADERS([config.h])
4853b105af23 Setting up project structure
lost
parents:
diff changeset
8 AC_CONFIG_FILES([
4853b105af23 Setting up project structure
lost
parents:
diff changeset
9 Makefile
4853b105af23 Setting up project structure
lost
parents:
diff changeset
10 lib/Makefile
323
473ed9b353eb Started framework for lwasm binary
lost
parents: 320
diff changeset
11 lwasm/Makefile
320
4853b105af23 Setting up project structure
lost
parents:
diff changeset
12 ])
4853b105af23 Setting up project structure
lost
parents:
diff changeset
13 AC_OUTPUT