[xdebug-dev] xdebug xdebug/debugclient/build/buildcheck.sh #- As we don't need bison at all I just removed the check.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 1 May 2006 12:09:17 +0200

Date: Mon May 1 12:09:16 CEST 2006
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed bug #177: debugclient fails to compile due to Bison.
#- As we don't need bison at all I just removed the check.

Modified files:
           xdebug/debugclient/build/buildcheck.sh (version: 1.2)

[FILE: /xdebug/debugclient/build/buildcheck.sh]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/debugclient/build/buildcheck.sh:1.1 Tue Nov 12 10:08:02 2002 GMT
+++ xdebug/debugclient/build/buildcheck.sh Mon May 01 08:09:16 2006 GMT
@@ -16,7 +16,7 @@
 # | Sascha Schumann <sascha[@]schumann.cx> |
 # +----------------------------------------------------------------------+
 #
-# $Id: cvstemp,v 1.1 2002/11/12 11:08:02 derick Exp $
+# $Id: cvstemp,v 1.2 2006/05/01 10:09:16 derick Exp $
 #
 
 echo "buildconf: checking installation..."
@@ -102,14 +102,6 @@
     echo " continuing anyway"
 fi
 
-set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /'`
-if test "${1}" = "1" -a "${2}" -lt "28"; then
-echo "buildconf: You need GNU Bison 1.28 or newer installed."
-exit 1
-else
-echo "buildconf: bison version ${1}.${2} (ok)"
-fi
-
 test -n "$stamp" && touch $stamp
 
 exit 0
Received on Mon May 01 2006 - 12:09:19 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST