Re: [PHP-DEV] fun with autoconf on Tru64

[email protected] (Jani Taskinen) Fri, 7 Mar 2003 20:48:23 +0200 (EET)
Newsgroups php.dev
Message-ID <[email protected]>
On Fri, 7 Mar 2003, David Hill wrote:

>
>
>> >I set up a debian linux box and after getting the right versions of
>> >things I am still getting the same results from configure. I am
>> >getting a syntax error saying "else" unexpected.
>>
>>     With php5 module HEAD?
>
>No - php4 HEAD, should I be doing this with php5 instead ?

    Don't even try php4 HEAD, it won't work anyway.
    You either use:
    
      # cvs co -rPHP_4_3 php4
    
    or
    
      # cvs co php5
      
    (with the correct -d option of course)
    
    These are the ONLY useful and up-to-date modules at the moment. 
    
    --Jani