summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Eriksson <eriksson@php.net>2000-11-30 22:03:18 +0000
committerDavid Eriksson <eriksson@php.net>2000-11-30 22:03:18 +0000
commitc2f1139738197c7e304a65374a046917b7d61745 (patch)
tree38216bf0ce8e1eb3c58120fb81db54919c7db5d0 /ext
parent1888009e26b7b5f1289f9e4b5638eccd0f50d2fe (diff)
downloadphp-git-c2f1139738197c7e304a65374a046917b7d61745.tar.gz
updated documentation and configuration
Diffstat (limited to 'ext')
-rw-r--r--ext/satellite/README11
-rw-r--r--ext/satellite/config.m42
2 files changed, 8 insertions, 5 deletions
diff --git a/ext/satellite/README b/ext/satellite/README
index 2446c8b549..d40fff2424 100644
--- a/ext/satellite/README
+++ b/ext/satellite/README
@@ -38,10 +38,10 @@ What version of ORBit is required?
----------------------------------
You need a CVS version of ORBit to use Satellite!
-This does NOT work with ORBit 0.5.3 or earlier.
+This does NOT work with ORBit 0.5.5 or earlier.
-The latest version of ORBit in CVS requires glib-2.0 and has not been tested.
-Because of this we checkout a CVS version from a know safe date.
+The latest CVS version of ORBit in CVS requires glib-2.0 and has not been
+tested. Because of this we checkout a CVS version from a known safe date.
How to install ORBit from CVS
-----------------------------
@@ -82,5 +82,8 @@ How to install ORBit from snapshot
http://download.2good.nu/satellite/ORBit-20000902.tgz
http://www.2good.com/satellite/ORBit-20000902.tgz
-(2) Run ./configure, gmake and gmake install
+(2) Set the environment variable CERTIFIED_GNOMIE to whatever you like.
+
+(3) Run ./configure, gmake and gmake install
+
diff --git a/ext/satellite/config.m4 b/ext/satellite/config.m4
index aac087d847..501bf96107 100644
--- a/ext/satellite/config.m4
+++ b/ext/satellite/config.m4
@@ -17,7 +17,7 @@ if test "$PHP_SATELLITE" != "no"; then
dnl check for symbol giop_skip_atexit in libIIOP
AC_CHECK_LIB(IIOP, giop_skip_atexit, [true], [
- AC_MSG_ERROR([Your version of ORBit is out of date! You need a version newer than August 5, 2000.])
+ AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satallite/README])
], `$orbit_config --libs client`)
dnl ORBIT_CFLAGS=`$orbit_config --cflags client`