annotate configure.ac @ 318:be4d471f3de5 lwlink-1.0

Moved old tags and branches for lwlink to global tags/branches dirs
author lost
date Wed, 28 Jan 2009 05:54:43 +0000
parents 8550ff69fcc9
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