annotate configure.ac @ 315:8550ff69fcc9

Tinkering with autotools
author lost
date Tue, 27 Jan 2009 05:50:02 +0000
parents f14e82afdac7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
293
f14e82afdac7 created project
lost
parents:
diff changeset
1 AC_INIT([LWLINK], [1.0], [lost@l-w.ca])
f14e82afdac7 created project
lost
parents:
diff changeset
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
f14e82afdac7 created project
lost
parents:
diff changeset
3 AC_PROG_CC
f14e82afdac7 created project
lost
parents:
diff changeset
4 AC_CONFIG_HEADERS([src/config.h])
f14e82afdac7 created project
lost
parents:
diff changeset
5 AC_CONFIG_FILES([
f14e82afdac7 created project
lost
parents:
diff changeset
6 Makefile
f14e82afdac7 created project
lost
parents:
diff changeset
7 src/Makefile
315
8550ff69fcc9 Tinkering with autotools
lost
parents: 293
diff changeset
8 doc/Makefile
293
f14e82afdac7 created project
lost
parents:
diff changeset
9 ])
f14e82afdac7 created project
lost
parents:
diff changeset
10 AC_OUTPUT