annotate configure.ac @ 296:14d835cf02d9

Handle input files on command line and add some memory management utility functions
author lost
date Sat, 17 Jan 2009 20:54:58 +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