annotate configure.ac @ 289:2aab71044deb 2.0

Fixed missing doc/Makefile
author lost
date Tue, 27 Jan 2009 05:37:26 +0000
parents 2e8dda44027c
children bb5d2edf4e9f
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
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
289
2aab71044deb Fixed missing doc/Makefile
lost
parents: 97
diff changeset
8 doc/Makefile
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
9 ])
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
10 AC_OUTPUT