Re: overriding libdir?

2006-04-13 Thread Alexandre Duret-Lutz
Olly Betts: | On 2006-04-12, Tyler MacDonald <[EMAIL PROTECTED]> wrote: | > I'm trying to ion-diret automake/libtool to allow me to | > install a library into PHP's extension directory. | | phpextdir = `$(PHP_CONFIG) --extension-dir` | phpext_LTLIBRARIES = php_mod_bt.la Unless `php-config --exten

GNU Autoconf test version 2.59c available

2006-04-13 Thread Ralf Wildenhues
GNU Autoconf test version 2.59c is now available. This is an alpha release. We aim to generate the next Autoconf release soon, once the bugs are shaken out and things have stabilized enough. Of the list of changes since 2.59b below, please take special note of the GCS-related changes to the dire

Re: overriding libdir?

2006-04-13 Thread Olly Betts
On 2006-04-13, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * Olly Betts wrote on Thu, Apr 13, 2006 at 12:53:53AM CEST: >> >> phpextdir = `$(PHP_CONFIG) --extension-dir` >> phpext_LTLIBRARIES = php_mod_bt.la >> >> You probably also want to remove the .la file this installs: > > Why do you want to

Re: overriding libdir?

2006-04-13 Thread Olly Betts
On 2006-04-13, Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote: > Olly Betts: >| phpextdir = `$(PHP_CONFIG) --extension-dir` >| phpext_LTLIBRARIES = php_mod_bt.la > > Unless `php-config --extension-dir` returns something like > $(prefix)/foo/bar, this setup will prevent non-root > installations and

Re: overriding libdir?

2006-04-13 Thread Ralf Wildenhues
Hi Olly, * Olly Betts wrote on Thu, Apr 13, 2006 at 05:29:26PM CEST: > On 2006-04-13, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * Olly Betts wrote on Thu, Apr 13, 2006 at 12:53:53AM CEST: > >> > >> You probably also want to remove the .la file this installs: > >> I don't know of a way to av

Re: overriding libdir?

2006-04-13 Thread Olly Betts
On 2006-04-13, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * Olly Betts wrote on Thu, Apr 13, 2006 at 05:29:26PM CEST: >> I realise that there is in general (both for libraries and modules), but >> when building modules for a particular application that is known not to >> ever use .la files there

Re: overriding libdir?

2006-04-13 Thread Tyler MacDonald
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > You probably also want to remove the .la file this installs: > Why do you want to do that? This in an honest question; let's fix the > bugs you are trying to work around with this. I think he and I just want to do that so that we're installin

Re: overriding libdir?

2006-04-13 Thread Olly Betts
On 2006-04-13, Olly Betts <[EMAIL PROTECTED]> wrote: > On 2006-04-13, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> Except for the small design bug with execute mode, that if >> you have the installed module dir as RPATH, then it's system-dependent >> whether libtool can actually override that with