Dynamic linking with automake and libtool

2005-08-02 Thread James Laird
igure out a way to do this short of editing automake itself. Any ideas? Thanks very much, James Laird Please CC me on replies.

Re: Dynamic linking with automake and libtool

2005-08-03 Thread James Laird
On Tue, 2 Aug 2005, Ralf Wildenhues wrote: > Hi James, > > * James Laird wrote on Mon, Aug 01, 2005 at 11:40:16PM CEST: > > > > Since all of the tests include the main library (using LDADD), they all > > depend on that library. Thus, when the main library is changed,

tr and automake

2005-10-10 Thread James Laird
tr works]) if test "X${TR}" = "X"; then TR=tr fi TR_TEST="`echo Test | ${TR} 'a-z,' 'A-Z '`" if test "${TR_TEST}" != "TEST"; then AC_MSG_ERROR([tr program doesn't work]) else AC_MSG_RESULT([yes]) fi Thanks, James Laird (Please CC me on replies)

Re: tr and automake

2005-10-11 Thread James Laird
On Tue, 11 Oct 2005, Ralf Wildenhues wrote: > Hi James, > > * James Laird wrote on Mon, Oct 10, 2005 at 08:11:31PM CEST: > > > > My package (hdf.ncsa.uiuc.edu/HDF5) has historically tested that the tr > > utility works correctly at configure time. Apparently the

Re: tr and automake

2005-10-17 Thread James Laird
Hello again. On Fri, 14 Oct 2005, Ralf Wildenhues wrote: > Hi James, > > * James Laird wrote on Tue, Oct 11, 2005 at 04:52:10PM CEST: > > On Tue, 11 Oct 2005, Ralf Wildenhues wrote: > > > * James Laird wrote on Mon, Oct 10, 2005 at 08:11:31PM CEST: > > > > &

Re: tr and automake

2005-10-17 Thread James Laird
Hi, Ralf. On Mon, 17 Oct 2005, Ralf Wildenhues wrote: > * James Laird wrote on Mon, Oct 17, 2005 at 05:05:51PM CEST: > > On Fri, 14 Oct 2005, Ralf Wildenhues wrote: > > > * James Laird wrote on Tue, Oct 11, 2005 at 04:52:10PM CEST: > > > > > > > > You&#x