igure out a way to do this short of editing automake itself.
Any ideas?
Thanks very much,
James Laird
Please CC me on replies.
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 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)
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
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:
> > > >
&
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