Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.de>
---
 rules/templates/src-autoconf-lib/configure.ac     | 8 ++++----
 rules/templates/src-autoconf-prog/configure.ac    | 6 +++---
 rules/templates/src-autoconf-proglib/configure.ac | 8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/rules/templates/src-autoconf-lib/configure.ac 
b/rules/templates/src-autoconf-lib/configure.ac
index f062e6be5e57..b15a67945eec 100644
--- a/rules/templates/src-autoconf-lib/configure.ac
+++ b/rules/templates/src-autoconf-lib/configure.ac
@@ -65,11 +65,11 @@ LT_INIT
 
 #
 # Please note: 'configure' defaults the CFLAGS to "-O2 -g" if it detects a
-# GCC. If the user overwrites the CFLAGS externallly, there will be no default!
+# GCC. If the user overwrites the CFLAGS externally, there will be no default!
 # Keep the user informed about this behaviour.
 
 #
-# TODO Check here for mandadory external libraries
+# TODO Check here for mandatory external libraries
 #
 # Rule of thumb: when your library needs an external library, add it
 # to the 'LIBS' variable. Do _not_ add it manually into the Makefile.am files.
@@ -96,7 +96,7 @@ LT_INIT
 # the 'autoscan' tool to get an idea what is still missing in your 
'configure.ac'
 #
 
-# where to install pgk info files
+# where to install pkg info files
 PKG_INSTALLDIR
 
 PTX_COMMON_CHECKS
@@ -149,7 +149,7 @@ AC_SUBST(LIBS)
 # add required lib information to the pkg-config file (on demand)
 AC_SUBST(REQUIRES)
 
-# add lib information which may conflicts with this libarry
+# add lib information which may conflict with this library
 AC_SUBST(CONFLICTS)
 
 # add special compile flags on demand
diff --git a/rules/templates/src-autoconf-prog/configure.ac 
b/rules/templates/src-autoconf-prog/configure.ac
index 8dcb7cf573bc..7618103c5280 100644
--- a/rules/templates/src-autoconf-prog/configure.ac
+++ b/rules/templates/src-autoconf-prog/configure.ac
@@ -43,11 +43,11 @@ AC_PROG_CC_C99
 
 #
 # Please note: 'configure' defaults the CFLAGS to "-O2 -g" if it detects a
-# GCC. If the user overwrites the CFLAGS externallly, there will be no default!
+# GCC. If the user overwrites the CFLAGS externally, there will be no default!
 # Keep the user informed about this behaviour.
 
 #
-# TODO Check here for mandadory external libraries
+# TODO Check here for mandatory external libraries
 #
 # Rule of thumb: when your library needs an external library, add it
 # to the 'LIBS' variable. Do _not_ add it manually into the Makefile.am files.
@@ -124,7 +124,7 @@ AC_SUBST(LIBS)
 # add required lib information to the pkg-config file (on demand)
 AC_SUBST(REQUIRES)
 
-# add lib information which may conflicts with this libarry
+# add lib information which may conflict with this libarry
 AC_SUBST(CONFLICTS)
 
 # add special compile flags on demand
diff --git a/rules/templates/src-autoconf-proglib/configure.ac 
b/rules/templates/src-autoconf-proglib/configure.ac
index ad873c9caca5..67738fad5a83 100644
--- a/rules/templates/src-autoconf-proglib/configure.ac
+++ b/rules/templates/src-autoconf-proglib/configure.ac
@@ -65,11 +65,11 @@ LT_INIT
 
 #
 # Please note: 'configure' defaults the CFLAGS to "-O2 -g" if it detects a
-# GCC. If the user overwrites the CFLAGS externallly, there will be no default!
+# GCC. If the user overwrites the CFLAGS externally, there will be no default!
 # Keep the user informed about this behaviour.
 
 #
-# TODO Check here for mandadory external libraries
+# TODO Check here for mandatory external libraries
 #
 # Rule of thumb: when your library needs an external library, add it
 # to the 'LIBS' variable. Do _not_ add it manually into the Makefile.am files.
@@ -96,7 +96,7 @@ LT_INIT
 # the 'autoscan' tool to get an idea what is still missing in your 
'configure.ac'
 #
 
-# where to install pgk info files
+# where to install pkg info files
 PKG_INSTALLDIR
 
 PTX_COMMON_CHECKS
@@ -150,7 +150,7 @@ AC_SUBST(LIBS)
 # add required lib information to the pkg-config file (on demand)
 AC_SUBST(REQUIRES)
 
-# add lib information which may conflicts with this libarry
+# add lib information which may conflict with this library
 AC_SUBST(CONFLICTS)
 
 # add special compile flags on demand

base-commit: dbf616b650552733786ff6b96f7b98a42128c398
-- 
2.39.2


Reply via email to