This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
setting additional libtool runtime variables
- Subject: setting additional libtool runtime variables
- From: mcmahill at mtl dot mit dot edu
- Date: Sun, 14 Oct 2001 22:03:38 -0400 (EDT)
- cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- Reply-To: mcmahill at mtl dot mit dot edu
Is there a way to tell libtool that it needs to set some additional
runtime variables in addition to LD_LIBRARY_PATH when trying to test run
an executible before its installed? I have some data files and the path
gets built into the binary, but can be overridden with an environment
variable.
I'm using automake, autoconf, and libtool.
Thanks
-Dan