mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Templates/src-autoconf-*: Fix a few typos in the configure template
@ 2023-08-01 14:37 Uwe Kleine-König
  2023-08-07  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2023-08-01 14:37 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] Templates/src-autoconf-*: Fix a few typos in the configure template
  2023-08-01 14:37 [ptxdist] [PATCH] Templates/src-autoconf-*: Fix a few typos in the configure template Uwe Kleine-König
@ 2023-08-07  6:50 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-08-07  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Uwe Kleine-König

Thanks, applied as b1f01220c2611ea74baba4fc679e15068f2ccacd.

Michael

[sent from post-receive hook]

On Mon, 07 Aug 2023 08:50:34 +0200, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20230801143736.946261-1-u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-07  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01 14:37 [ptxdist] [PATCH] Templates/src-autoconf-*: Fix a few typos in the configure template Uwe Kleine-König
2023-08-07  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox