~ubuntu-branches/debian/stretch/adonthell-data/stretch

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese, Ansgar Burchardt
  • Date: 2008-05-30 00:18:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530001840-15wgftfiiv3me9i7
Tags: 0.3.4.cvs.20080529-1
[ Barry deFreese ]
* New maintainer. (Closes: #427142).
  + Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
* Add myself to uploaders.
* New upstream CVS snapshot.
* Remove 02_player_text.py.diff.  Fixed upstream.
* Make clean not ignore errors.
* Move Homepage from package description to source header.
* Add copyright holders to debian/copyright.
* Fix man page section entry.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.7.3.

[ Ansgar Burchardt ]
* Add Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl **************************************************************
4
4
 
5
5
AC_PREREQ(2.50)
6
 
AC_INIT(watesedge, 0.3.4, adonthell-project@linuxgames.com, wastesedge)
7
 
AM_INIT_AUTOMAKE(wastesedge, 0.3.4)
 
6
AC_INIT(wastesedge, 0.3.5, adonthell-devel@nongnu.org, wastesedge)
 
7
AM_INIT_AUTOMAKE(wastesedge, 0.3.5)
8
8
 
9
9
dnl ***************
10
10
dnl gettext support
26
26
 
27
27
dnl Checking for Adonthell
28
28
if test x$adonthelldatadir = xnone; then
29
 
   AC_PATH_PROG(adonthell_binary, adonthell)
 
29
   AC_PATH_PROG(adonthell_binary, adonthell-0.3)
30
30
   if test x$adonthell_binary = x ; then
31
31
       echo "*** Waste's Edge requires the Adonthell game engine. Exiting ..."
32
32
       exit 1
51
51
 
52
52
AC_MSG_RESULT($adonthellver)
53
53
 
54
 
if test $adonthell_major_ver -eq 0 -a $adonthell_minor_ver -eq 3 -a $adonthell_micro_ver -gt 2 ;
 
54
if test $adonthell_major_ver -eq 0 -a $adonthell_minor_ver -eq 3 -a $adonthell_micro_ver -gt 4 ;
55
55
then
56
56
    haveadonthell=yes
57
57
fi
58
58
 
59
59
if test x$haveadonthell != xyes ; then
60
 
   echo "*** This version of Waste's Edge requires Adonthell v0.3.3 or greater!"
 
60
   echo "*** This version of Waste's Edge requires Adonthell v0.3.5 or greater!"
61
61
   exit 1
62
62
fi
63
63
 
77
77
AC_SUBST(adonthell_binary)
78
78
 
79
79
AC_OUTPUT([ 
 
80
wastesedge.desktop
80
81
wastesedge.spec
81
82
Makefile
82
83
audio/Makefile