Mercurial > hg-old > index.cgi
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 |
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 | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
3 AC_PROG_CC | |
4 gl_EARLY | |
5 # for gnulib | |
6 gl_INIT | |
7 AC_CONFIG_HEADERS([config.h]) | |
8 AC_CONFIG_FILES([ | |
9 Makefile | |
10 lib/Makefile | |
324 | 11 lwlib/Makefile |
323 | 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 | 15 lwdisasm/Makefile |
402 | 16 doc/Makefile |
320 | 17 ]) |
18 AC_OUTPUT |