Mercurial > hg-old > index.cgi
annotate configure.ac @ 276:23034db7dd8a 2.5
fixed expression 'slots' to not store null on a pass 1 store
author | lost |
---|---|
date | Mon, 31 Aug 2009 08:39:36 +0000 |
parents | 88bbffa404ea |
children |
rev | line source |
---|---|
276
23034db7dd8a
fixed expression 'slots' to not store null on a pass 1 store
lost
parents:
273
diff
changeset
|
1 AC_INIT([LWTOOLS], [2.5.1], [lost@l-w.ca]) |
2 | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
3 AC_PROG_CC | |
211 | 4 gl_EARLY |
5 # for gnulib | |
6 gl_INIT | |
152 | 7 AC_CONFIG_HEADERS([lwasm/config.h]) |
2 | 8 AC_CONFIG_FILES([ |
9 Makefile | |
151 | 10 lwasm/Makefile |
106
f643e2ff0008
Fix up some bogosity that prevented automake from working right
lost
parents:
97
diff
changeset
|
11 doc/Makefile |
141 | 12 lwlink/Makefile |
171 | 13 lwar/Makefile |
211 | 14 lib/Makefile |
2 | 15 ]) |
16 AC_OUTPUT |