On Tuesday, May 21, 2002, at 05:28  PM, AdvertisingDept wrote:

> Thanks Ben for all the clues!!!
>
> Here's another obvious question:
>   #man make
> replies there is no entry
> so does
>   #man configure
>

[localhost:~] jeremy% ls -l `which make`
lrwxr-xr-x  1 root  wheel  7 Apr 30 13:38 /usr/bin/make -> gnumake
[localhost:~] jeremy% man gnumake
/usr/bin/man: Formatting manual page...

MAKE(1L)               LOCAL USER COMMANDS               MAKE(1L)

NAME
        make - GNU make utility to maintain groups of programs

SYNOPSIS
        make [ -f makefile ] [ option ] ...  target ...

WARNING
        This  man  page  is an extract of the documentation of GNU
        make .  ....

(There's also a 'bsdmake', but it's not fully compatible with most 
GNU/Linux software)

As for configure, well, 'configure --help' is good for some things. For 
the real documention, look at the autotools book (configure scripts are 
automatically generated by running an .m4 script through autoconf)

http://sources.redhat.com/autobook/
http://sources.redhat.com/autobook/autobook/autobook_toc.html

Apple also has some documentation in
/Developer/Documentation/DeveloperTools

Jeremy


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to