annotate configure.ac @ 141:bb5d2edf4e9f

Adjusting autotools to merging of lwlink and lwasm
author lost
date Wed, 28 Jan 2009 06:02:33 +0000
parents f643e2ff0008
children 36ca3fa755e0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
97
2e8dda44027c Bumped package version to 2.0
lost
parents: 5
diff changeset
1 AC_INIT([LWASM], [2.0], [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
141
bb5d2edf4e9f Adjusting autotools to merging of lwlink and lwasm
lost
parents: 106
diff changeset
4 AC_CONFIG_HEADERS([src/config.h lwlink/config.h])
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
5 AC_CONFIG_FILES([
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
6 Makefile
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
7 src/Makefile
106
f643e2ff0008 Fix up some bogosity that prevented automake from working right
lost
parents: 97
diff changeset
8 doc/Makefile
141
bb5d2edf4e9f Adjusting autotools to merging of lwlink and lwasm
lost
parents: 106
diff changeset
9 lwlink/Makefile
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
10 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
11 AC_OUTPUT