User loginNavigationNew forum topicsPollSearchRecent blog posts |
Good autotools tutorialMark Kim as a nice beginners overview of Autotools. Worth the time to read it, if this is something that you're interested in! http://markuskimius.wikidot.com/programming:tut:autotools To summarize (overly simplistic view!) autoscan --> creates initial configure.in (called configure.scan to avoid overwriting your pre-existing configure.in) autoconf uses configure.ac to create configure
You can use automake to generate a Makefile: Makefile.am is the input to automake
autoreconf can be used to regenerate all the derived files when changes are made to input files. autoreconf will run all of the necessary tools in the correct order. |
Recent comments
23 weeks 6 days ago
27 weeks 3 days ago
27 weeks 4 days ago
51 weeks 3 days ago
51 weeks 3 days ago
1 year 1 week ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 14 weeks ago
1 year 15 weeks ago