Penguin

Differences between version 4 and predecessor to the previous major change of AutoTools.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Sunday, June 24, 2007 11:06:40 am by BenStaz Revert
Older page: version 3 Last edited on Tuesday, May 16, 2006 11:25:34 am by IanMcDonald Revert
@@ -2,8 +2,13 @@
  
 They include: 
 * Autoconf (the thing that generates <tt>configure</tt> scripts) 
 * Automake (the thing that generates MakeFile~s from <tt>Makefile.am</tt> sources) 
+  
+  
+!configure file  
+  
+configure probes the systems for required functions, libraries, and tools and then it generates a config.h file with all #defines as well as MakeFiles to build the package.  
  
 ---- 
 Notes: 
 * [a site full of useful autoconf macros|http://autoconf-archive.cryp.to/]