Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV]Problem with Configure..)

2001-11-13 Thread Jani Taskinen
On Wed, 14 Nov 2001, Markus Fischer wrote: >On Wed, Nov 14, 2001 at 03:03:33AM +0200, Jani Taskinen wrote : >> You're totally wrong here. :) > >Haha! Good catch :-) > >But I bet there are some not done correctly ... :) If you find any, let me know. --Jani -- PHP Development Mailing List

Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV] Problem with Configure..)

2001-11-13 Thread Markus Fischer
On Wed, Nov 14, 2001 at 03:03:33AM +0200, Jani Taskinen wrote : > You're totally wrong here. :) Haha! Good catch :-) But I bet there are some not done correctly ... :) ty - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV]Problem with Configure..)

2001-11-13 Thread Jani Taskinen
On Wed, 14 Nov 2001, Markus Fischer wrote: >I think it doesn't make sense to detect >libraries in the following way: > > >for i in /usr /usr/local/ $PHP_PNG_DIR; do > >*IF* there are libraries already installed in /usr/ or /usr/local >and the use provides a $PHP_PNG_DIR , the custom dire

[PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV] Problem with Configure..)

2001-11-13 Thread Markus Fischer
On Tue, Nov 13, 2001 at 11:40:25PM +0100, Marco Kaiser wrote : > today i got some weird problems with ./configure ... --with-gd= version>. > I have a version installed on the system and its works nice with --with-gd > but if i want to link to a new patched version so its tricky. The .configure >

Re: [PHP-DEV] Problem with Configure..

2001-11-13 Thread Pierre-Alain Joye
On Tue, 13 Nov 2001 23:40:25 +0100 "Marco Kaiser" <[EMAIL PROTECTED]> wrote: > Hi, > > today i got some weird problems with ./configure ... --with-gd= version>. > I have a version installed on the system and its works nice with --with-gd > but if i want to link to a new patched version so its tr

[PHP-DEV] Problem with Configure..

2001-11-13 Thread Marco Kaiser
Hi, today i got some weird problems with ./configure ... --with-gd=. I have a version installed on the system and its works nice with --with-gd but if i want to link to a new patched version so its tricky. The .configure scripts ignore me and links to the old version under /usr/local ... Its tha