Subject: configure script
To: None <netbsd-help@NetBSD.org>
From: Madhvesh R S <madhvesh.s@ap.sony.com>
List: netbsd-help
Date: 01/28/2004 19:04:00
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