annotate lwlink-old/trunk/configure.ac @ 138:050864a47b38

repo reorg
author lost
date Wed, 28 Jan 2009 05:58:32 +0000
parents lwlink/trunk/configure.ac@6286b5ea82ab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
d92c9f230b8f created project
lost
parents:
diff changeset
1 AC_INIT([LWLINK], [1.0], [lost@l-w.ca])
d92c9f230b8f created project
lost
parents:
diff changeset
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
d92c9f230b8f created project
lost
parents:
diff changeset
3 AC_PROG_CC
d92c9f230b8f created project
lost
parents:
diff changeset
4 AC_CONFIG_HEADERS([src/config.h])
d92c9f230b8f created project
lost
parents:
diff changeset
5 AC_CONFIG_FILES([
d92c9f230b8f created project
lost
parents:
diff changeset
6 Makefile
d92c9f230b8f created project
lost
parents:
diff changeset
7 src/Makefile
133
6286b5ea82ab Tinkering with autotools
lost
parents: 111
diff changeset
8 doc/Makefile
111
d92c9f230b8f created project
lost
parents:
diff changeset
9 ])
d92c9f230b8f created project
lost
parents:
diff changeset
10 AC_OUTPUT