Switched to autotools
[tlb/tomd.git] / configure.ac
CommitLineData
b6ca5637
TB
1AC_INIT([tomd], [0.0.1], [tbalzer2012@gmail.com])
2AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3AC_PROG_CC
4dnl AC_CONFIG_HEADERS([])
5AC_CONFIG_FILES([
6 Makefile
7 src/Makefile
8])
9AC_OUTPUT