Initial commit.
[command.git] / configure.ac
1 AC_INIT([Command], [0.1], [bugz@dlugolecki.net.pl], [command], [http://dlugolecki.net.pl/software/command/])
2 AC_PREREQ([2.59])
3 AM_INIT_AUTOMAKE([1.10 -Wall])
4 AC_CONFIG_HEADERS([config.h])
5 AC_PROG_CXX
6 AC_CONFIG_FILES([
7     Makefile
8 ])
9 #    include/Makefile
10 #    tests/Makefile
11 #    docs/Makefile
12
13 AC_OUTPUT
14