annotate configure.ac @ 10:2e1717d1f9a3 1.1

Actually check in the 1.1 branch... :)
author lost
date Fri, 30 Jan 2009 04:33:59 +0000
parents f1df096aa76f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
f1df096aa76f Tagged 1.1 bugfix release
lost
parents: 5
diff changeset
1 AC_INIT([LWASM], [1.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
5
287a6905a63c Moved config.h to src/ and switched version strings to use autotools version
lost
parents: 4
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
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
8 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
9 AC_OUTPUT