Add autoconf
[espeaktime] / configure.ac
1 AC_INIT([espeaktime], [0.2])
2 AM_INIT_AUTOMAKE
3
4 AC_PROG_CC
5 AC_PROG_INSTALL
6 AC_HEADER_STDC
7
8 AC_OUTPUT([
9         Makefile
10         src/Makefile
11 ])