adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] remove_sdl1_2 b673eec 07/29: UPDATED for


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] remove_sdl1_2 b673eec 07/29: UPDATED for adonthell version 0.3.5
Date: Mon, 25 Jul 2016 18:16:06 +0000 (UTC)

tag: remove_sdl1_2
commit b673eecf05c839b9d4743d2bbdaf1e9ca3d86142
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    UPDATED for adonthell version 0.3.5
---
 configure.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.in b/configure.in
index 94d2617..8b13e59 100755
--- a/configure.in
+++ b/configure.in
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure 
script.
 dnl **************************************************************
 
 AC_PREREQ(2.50)
-AC_INIT(watesedge, 0.3.4, address@hidden, wastesedge)
-AM_INIT_AUTOMAKE(wastesedge, 0.3.4)
+AC_INIT(wastesedge, 0.3.5, address@hidden, wastesedge)
+AM_INIT_AUTOMAKE(wastesedge, 0.3.5)
 
 dnl ***************
 dnl gettext support
@@ -26,7 +26,7 @@ AC_ARG_WITH(adonthell-binary,
 
 dnl Checking for Adonthell
 if test x$adonthelldatadir = xnone; then
-   AC_PATH_PROG(adonthell_binary, adonthell)
+   AC_PATH_PROG(adonthell_binary, adonthell-0.3)
    if test x$adonthell_binary = x ; then
        echo "*** Waste's Edge requires the Adonthell game engine. Exiting ..."
        exit 1
@@ -51,13 +51,13 @@ 
adonthellver="$adonthell_major_ver.$adonthell_minor_ver.$adonthell_micro_ver"
 
 AC_MSG_RESULT($adonthellver)
 
-if test $adonthell_major_ver -eq 0 -a $adonthell_minor_ver -eq 3 -a 
$adonthell_micro_ver -gt 2 ;
+if test $adonthell_major_ver -eq 0 -a $adonthell_minor_ver -eq 3 -a 
$adonthell_micro_ver -gt 4 ;
 then
     haveadonthell=yes
 fi
 
 if test x$haveadonthell != xyes ; then
-   echo "*** This version of Waste's Edge requires Adonthell v0.3.3 or 
greater!"
+   echo "*** This version of Waste's Edge requires Adonthell v0.3.5 or 
greater!"
    exit 1
 fi
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]