Subject: Re: configure script
To: None <netbsd-help@netbsd.org>
From: Vesbula <vesbula@yahoo.co.uk>
List: netbsd-help
Date: 01/28/2004 16:18:46
Madhvesh R S wrote:
> Hi,
> 
> I am using the NetBSD-v1.6. I have set of source files
> for which i want to use "configure" mechanism to build all
> the files. Can anyone provide me good pointers regarding how
> to proceed in this regard such that following three steps
> would build my application library and install 
> 
> ./configure --prefix=/anydir/
> make
> make install
> 
> Will the same procedure work for Redhat-linux9.0?
> 
> Thanks in advance
> -MS
> 
> 

GNU Autoconf and Automake manuals is pointer but I don't know if there 
are better tutorial like pointers.