annotate configure.ac @ 438:22bbb716dea6 3.0

Fixed memory leaks related to expressions; bumped version to 3.0.1
author lost@l-w.ca
date Sat, 30 Oct 2010 10:40:26 -0600
parents b142b473f0ee
children 194787ce2a77
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
438
22bbb716dea6 Fixed memory leaks related to expressions; bumped version to 3.0.1
lost@l-w.ca
parents: 433
diff changeset
1 AC_INIT([LWTools], [3.0.1], [lost@l-w.ca])
320
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
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
11 lwlib/Makefile
323
473ed9b353eb Started framework for lwasm binary
lost
parents: 320
diff changeset
12 lwasm/Makefile
378
1c31e9005ff7 Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents: 324
diff changeset
13 lwlink/Makefile
1c31e9005ff7 Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents: 324
diff changeset
14 lwar/Makefile
408
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents: 402
diff changeset
15 lwdisasm/Makefile
402
31c58e967598 Fixed autoconf stuff related to the manual
lost@l-w.ca
parents: 396
diff changeset
16 doc/Makefile
320
4853b105af23 Setting up project structure
lost
parents:
diff changeset
17 ])
4853b105af23 Setting up project structure
lost
parents:
diff changeset
18 AC_OUTPUT