1dnl Copyright 2000, 2001  Alexandre Duret-Lutz <duret_g@epita.fr>
2dnl
3dnl This file is part of Heroes.
4dnl
5dnl Heroes is free software; you can redistribute it and/or modify it under
6dnl the terms of the GNU General Public License as published by the Free
7dnl Software Foundation; either version 2 of the License, or (at your
8dnl option) any later version.
9dnl
10dnl Heroes is distributed in the hope that it will be useful, but WITHOUT
11dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12dnl FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13dnl for more details.
14dnl
15dnl You should have received a copy of the GNU General Public License along
16dnl with this program; if not, write to the Free Software Foundation, Inc.,
17dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18dnl
19
20AC_PREREQ(2.50)
21AC_INIT([heroes-data], [1.5], [heroes-bugs@lists.sourceforge.net])
22AC_CONFIG_AUX_DIR(tools)
23AC_CONFIG_SRCDIR([pics/heroes.pcx])
24AM_INIT_AUTOMAKE
25AC_COPYRIGHT([Copyright 2000, 2001, 2002  Alexandre Duret-Lutz])
26AC_OUTPUT([Makefile])
27
28eval datadir=$datadir
29
30echo "
31Heroes data configuration
32-------------------------
33heroes-data version : $VERSION
34data install path   : ${datadir}/heroes"
35