annotate configure.ac @ 2:a8a83ccffafd

Converted to automake/autoconf
author lost
date Fri, 03 Oct 2008 06:13:26 +0000
parents
children 34568fab6058
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
1 AC_INIT([lwasm], [1.0], [lost@l-w.ca])
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
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
4 AC_CONFIG_FILES([
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
5 Makefile
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
6 src/Makefile
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
7 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
8 AC_OUTPUT