Penguin

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

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

Newer page: version 5 Last edited on Monday, June 25, 2007 12:03:00 pm by LawrenceDoliveiro 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 [MakeFile]s to build the package.  
  
 ---- 
 Notes: 
 * [a site full of useful autoconf macros|http://autoconf-archive.cryp.to/]