Joseph Martin wrote:
> Now that I can semi-successfully program in C I wanted to move on
> to other things. Right now for my makefiles I am using a makefile I
> borrowed from somebody elses program and made work in mine. Could someone
> point me to some simple, easy to understand, downloadable for offline
> viewing guides on writing makefiles?
The info file for `make' (`C-h C-i make') is fairly informative. As
with most things, looking at real-world examples is probably the best
way to learn.
> Also I'd like to learn how to write configure scripts. (Using
> makefile.in, configure.out, etc) Anyone have pointers on this info? Thanks
> a bunch.
Again, autoconf has a comprehensive info file.
--
Glynn Clements <[EMAIL PROTECTED]>