Skip to content
Snippets Groups Projects
Commit ab69c32d authored by Elmar S. Heeb's avatar Elmar S. Heeb Committed by Claude Becker
Browse files

managing_a_software_package_with_the_gnu_autotools

parent e0ee9bcc
No related branches found
No related tags found
No related merge requests found
......@@ -91,3 +91,10 @@ make distclean
===== A more Complicated Example =====
If you want to see how to use the autotools to build a program that needs to be compiled you can look at the amhello programm [[http://www.gnu.org/software/automake/manual/html_node/Hello-World.html|in the automake manual]].
===== Further Reading =====
* a nicely done [[https://www.lrde.epita.fr/~adl/autotools.html|autotools tutorial]] by Alexandre Duret-Lutz
* the [[http://www.gnu.org/software/autoconf/manual/|autoconf manual]]
* the [[http://www.gnu.org/software/automake/manual/|automake manual]]
*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment