[FE training-materials-updates] slides/autotools: misc improvements suggested by Boris

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 6 11:01:04 CEST 2015


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

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

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

commit 6d97aeb5d9212de178626b278293dbc89d2cc757
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Jul 6 11:00:53 2015 +0200

    slides/autotools: misc improvements suggested by Boris
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

6d97aeb5d9212de178626b278293dbc89d2cc757
 slides/autotools-basics/autotools-basics.tex | 2 +-
 slides/autotools-usage/autotools-usage.tex   | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/slides/autotools-basics/autotools-basics.tex b/slides/autotools-basics/autotools-basics.tex
index 8cfe5bc..aa17f28 100644
--- a/slides/autotools-basics/autotools-basics.tex
+++ b/slides/autotools-basics/autotools-basics.tex
@@ -288,7 +288,7 @@ config.status: creating testfile
     to perform the configuration side of our software
   \item We could use \code{AC_CONFIG_FILES} to generate
     \code{Makefile} from \code{Makefile.in}
-  \item However, writing a \code{Makefile} properly is not easy,
+  \item However, writing a \code{Makefile.in} properly is not easy,
     especially if you want to:
     \begin{itemize}
     \item be portable
diff --git a/slides/autotools-usage/autotools-usage.tex b/slides/autotools-usage/autotools-usage.tex
index 1df0214..db7328f 100644
--- a/slides/autotools-usage/autotools-usage.tex
+++ b/slides/autotools-usage/autotools-usage.tex
@@ -374,6 +374,9 @@ $ make DESTDIR=/home/<foo>/target-rootfs/ install
     \item This is where you would get more details about the reason of
       the {\em configure} script failure
     \end{itemize}
+  \item At the beginning of
+    \code{config.log} you can also see the
+    \code{./configure} line that was used, with all options and environment variables.
   \end{itemize}
 \end{frame}
 
@@ -435,7 +438,7 @@ configure:18210: error:
   \item Some auxilliary tools like \code{autoheader} or \code{aclocal}
     are also used
     \begin{itemize}
-    \item \code{autoheader} is responsible for generated the {\em
+    \item \code{autoheader} is responsible for generating the {\em
         configuration header} template, \code{config.h.in}
     \end{itemize}
   \item Generated files (\code{configure}, \code{Makefile.in},



More information about the training-materials-updates mailing list