]> granicus.if.org Git - php/commitdiff
updated documentation and configuration
authorDavid Eriksson <eriksson@php.net>
Thu, 30 Nov 2000 22:03:18 +0000 (22:03 +0000)
committerDavid Eriksson <eriksson@php.net>
Thu, 30 Nov 2000 22:03:18 +0000 (22:03 +0000)
ext/satellite/README
ext/satellite/config.m4

index 2446c8b54971ad7abc1f08387f7629c86770abac..d40fff242430d7a7a85a8a5b100c3ee9b3a7379d 100644 (file)
@@ -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
+
 
index aac087d84787cb82328648040d72a25acc473698..501bf9610793acec5f2d352f7f54bf90cb8b7a86 100644 (file)
@@ -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`