m: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2008 4:25 PM
> To: Schrader, Glenn
> Cc: automake@gnu.org
> Subject: Re: Question about testing a library.
>
> * Schrader, Glenn wrote on Wed, Jun 18, 2008 at 10:01:00PM CEST:
> >
> > This is exact
> -Original Message-
> From: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2008 3:50 PM
> To: Schrader, Glenn
> Cc: automake@gnu.org
> Subject: Re: Question about testing a library.
>
> * Schrader, Glenn wrote on Wed, Jun 18, 2008 at 09:10:
. But, is there a clean way to do this within automake? Am I
missing something?
--glenn
> -Original Message-
> From: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 1:42 AM
> To: Schrader, Glenn
> Cc: automake@gnu.org
> Subject: Re: Question abo
I am creating a library that is built with automake. The way that I
>think< this should work is:
Build the library with the command: make
Check the build with the command: make check
Install the library to the prefix:make install
Check the installation with the command: mak