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 --extension-dir` returns something like $(prefix)/foo/bar, this setup will prevent non-root installations and cause distcheck to fail. See the "Hard-Coded Install Paths" of the Automake FAQ for inspiration. -- Alexandre Duret-Lutz _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
