annotate configure.ac @ 270:6e940229360b 2.6 2.6.1-fixed

Fixed segault in resolution of sizeof{}
author lost
date Sat, 26 Dec 2009 02:39:31 +0000
parents 5f25e7afac21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
270
6e940229360b Fixed segault in resolution of sizeof{}
lost
parents: 266
diff changeset
1 AC_INIT([LWTOOLS], [2.6.1], [lost@l-w.ca])
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
3 AC_PROG_CC
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 171
diff changeset
4 gl_EARLY
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 171
diff changeset
5 # for gnulib
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 171
diff changeset
6 gl_INIT
152
6bd4755d224f Fixed missed file rename
lost
parents: 151
diff changeset
7 AC_CONFIG_HEADERS([lwasm/config.h])
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
8 AC_CONFIG_FILES([
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
9 Makefile
151
427e268e876b renamed src to lwasm to better reflect its purpose
lost
parents: 145
diff changeset
10 lwasm/Makefile
106
f643e2ff0008 Fix up some bogosity that prevented automake from working right
lost
parents: 97
diff changeset
11 doc/Makefile
141
bb5d2edf4e9f Adjusting autotools to merging of lwlink and lwasm
lost
parents: 106
diff changeset
12 lwlink/Makefile
171
d610b8aef91b Added LWAR skeleton
lost
parents: 161
diff changeset
13 lwar/Makefile
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 171
diff changeset
14 lib/Makefile
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
15 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
16 AC_OUTPUT