annotate configure.ac @ 273:88bbffa404ea 2.5 2.5

Updated version for release
author lost
date Sun, 16 Aug 2009 17:18:11 +0000
parents 2e5a32d56e60
children 23034db7dd8a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
273
88bbffa404ea Updated version for release
lost
parents: 224
diff changeset
1 AC_INIT([LWTOOLS], [2.5], [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