Codebase list heroes-data / e6bbcf44-be05-4a9c-96b4-b92e6bd3f4f2/upstream configure.ac
e6bbcf44-be05-4a9c-96b4-b92e6bd3f4f2/upstream

Tree @e6bbcf44-be05-4a9c-96b4-b92e6bd3f4f2/upstream (Download .tar.gz)

configure.ac @e6bbcf44-be05-4a9c-96b4-b92e6bd3f4f2/upstreamraw · history · blame

dnl Copyright 2000, 2001  Alexandre Duret-Lutz <duret_g@epita.fr>
dnl
dnl This file is part of Heroes.
dnl
dnl Heroes is free software; you can redistribute it and/or modify it under
dnl the terms of the GNU General Public License as published by the Free
dnl Software Foundation; either version 2 of the License, or (at your
dnl option) any later version.
dnl
dnl Heroes is distributed in the hope that it will be useful, but WITHOUT
dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dnl FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
dnl for more details.
dnl
dnl You should have received a copy of the GNU General Public License along
dnl with this program; if not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl

AC_PREREQ(2.50)
AC_INIT([heroes-data], [1.5], [heroes-bugs@lists.sourceforge.net])
AC_CONFIG_AUX_DIR(tools)
AC_CONFIG_SRCDIR([pics/heroes.pcx])
AM_INIT_AUTOMAKE
AC_COPYRIGHT([Copyright 2000, 2001, 2002  Alexandre Duret-Lutz])
AC_OUTPUT([Makefile])

eval datadir=$datadir

echo "
Heroes data configuration
-------------------------
heroes-data version : $VERSION
data install path   : ${datadir}/heroes"