[FE training-materials-updates] Minor autotools agenda improvements

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Dec 5 09:43:31 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=2428e62357a2c2b61c229eb867ae365d00e1331e

>---------------------------------------------------------------

commit 2428e62357a2c2b61c229eb867ae365d00e1331e
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Dec 5 09:42:59 2014 +0100

    Minor autotools agenda improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

2428e62357a2c2b61c229eb867ae365d00e1331e
 agenda/autotools-agenda.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/agenda/autotools-agenda.tex b/agenda/autotools-agenda.tex
index 2ece84b..5b546bb 100644
--- a/agenda/autotools-agenda.tex
+++ b/agenda/autotools-agenda.tex
@@ -107,7 +107,7 @@
 {Lecture - Overview and usage of {\em autotools}}
 {
   \begin{itemize}
-  \item What are the {\em autotools}, what are the alternatives, and
+  \item What the {\em autotools} are, what the alternatives are, and
     what they are useful for.
   \item General architecture of the {\em autotools}: role of
     \code{autoconf}, \code{automake} and \code{libtool}.
@@ -142,8 +142,8 @@
 {Lab - autoconf/automake: the basics}
 {
   \begin{itemize}
-  \item Experiment \code{autoconf} and \code{automake} by creating the
-    build system for a small project composed of several applications.
+  \item Experiment with \code{autoconf} and \code{automake} by creating
+    the build system for a small project composed of several applications.
   \end{itemize}
 }
 
@@ -153,7 +153,7 @@
 {Lecture - \code{libtool}: generating libraries}
 {
   \begin{itemize}
-  \item What is \code{libtool}
+  \item What \code{libtool} is
   \item How to use it with \code{autoconf} and \code{automake} to ease
     the building of static and shared libraries
   \end{itemize}



More information about the training-materials-updates mailing list