Codebase list heroes-data / lintian-fixes/main configure.ac
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

configure.ac @lintian-fixes/main

8c9fd34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"