1dnl Copyright (C) 2000 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_INIT(sound.conf)
21AM_INIT_AUTOMAKE(heroes-sound-tracks, 1.0)
22AC_OUTPUT(Makefile)
23
24eval datadir=$datadir
25
26echo "
27Heroes sound-tracks configuration
28---------------------------------
29heroes-sound-tracks version : $VERSION
30data install path           : ${datadir}/heroes"
31