autotoolified
[nobug.git] / configure.ac
blob69e916ad5f264f13e5092746165fcac3a0c9d85f
1 AC_INIT(nobug, 0.1)
2 AC_CONFIG_SRCDIR(nobug.h)
3 AC_CONFIG_AUX_DIR(scripts)
4 dnl AC_CONFIG_MACRO_DIR(m4)
5 AM_INIT_AUTOMAKE
6 AC_PREREQ(2.59)
8 AC_COPYRIGHT([
9 Copyright (C) 2007, Christian Thaeter <chth@gmx.net>
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License version 2 as
13 published by the Free Software Foundation.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, contact me.
25 AC_PROG_CC
26 AC_STDC_HEADERS
28 AC_CONFIG_FILES(Makefile)
29 AC_OUTPUT