annotate configure.ac @ 142:36ca3fa755e0

Autotools merge of packages done
author lost
date Wed, 28 Jan 2009 06:06:05 +0000
parents bb5d2edf4e9f
children afe30454382f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
142
36ca3fa755e0 Autotools merge of packages done
lost
parents: 141
diff changeset
1 AC_INIT([LWTOOLS], [3.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
142
36ca3fa755e0 Autotools merge of packages done
lost
parents: 141
diff changeset
4 AC_CONFIG_HEADERS([src/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