annotate configure.ac @ 300:48945dac8178

Fixed copyright year
author lost
date Wed, 21 Jan 2009 05:13:36 +0000
parents f14e82afdac7
children 8550ff69fcc9
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
f14e82afdac7 created project
lost
parents:
diff changeset
8 ])
f14e82afdac7 created project
lost
parents:
diff changeset
9 AC_OUTPUT