Hi Dan, * Dan McMahill wrote on Wed, Aug 13, 2008 at 11:06:31PM CEST: > > There is an environment variable which can be set that will tell myprog > to look somewhere else for this file. Is there anyway to cause the > libtool wrapper script, src/myprog, to set this variable automatically?
There has been a proposed patch for this sort of feature, for quite a long time, <http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/5319>. Unfortunately it has not received unanimous love, so we have not applied it yet. (Maybe we should vote?) > If not, any suggestions on the best way to deal with programs which > might use the directory of argv[0] when testing with the libtool > generated wrapper script? You could strip a leading [._]libs/ from argv[0], similar to what the gnulib module progname does. Or add a wrapper. Nothing new here. ;-) Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
