public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in help strings for --disable-(struct|raw_api)
@ 2014-02-24 13:44 Dominik Vogt
  2014-02-24 13:55 ` Dominik Vogt
  2014-02-28  5:28 ` Anthony Green
  0 siblings, 2 replies; 3+ messages in thread
From: Dominik Vogt @ 2014-02-24 13:44 UTC (permalink / raw)
  To: libffi-discuss

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

The attached patch corrects a type in some confiugre.ac help
strings.  They are not used anywhere, but still ...  :-)

ChangeLog:
-- snip --
2014-02-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	* configure.ac (AC_ARG_ENABLE struct): Fix typo in help message.
	(AC_ARG_ENABLE raw_api): Ditto.
-- snip --

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

[-- Attachment #2: 0001-Fix-typo-in-help-stings-for-disable-struct-raw_api.patch --]
[-- Type: text/x-diff, Size: 1235 bytes --]

From 9f1540415791214d56820ec67f809509f1fbd958 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@de.ibm.com>
Date: Mon, 24 Feb 2014 14:31:56 +0100
Subject: [PATCH] Fix typo in help stings for --disable-(struct|raw_api).

---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0d768c6..4dd919d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,14 +548,14 @@ AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes")
 AC_ARG_ENABLE(structs,
 [  --disable-structs       omit code for struct support],
   if test "$enable_structs" = "no"; then
-    AC_DEFINE(FFI_NO_STRUCTS, 1, [Define this is you do not want support for aggregate types.])
+    AC_DEFINE(FFI_NO_STRUCTS, 1, [Define this if you do not want support for aggregate types.])
   fi)
 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes")
 
 AC_ARG_ENABLE(raw-api,
 [  --disable-raw-api       make the raw api unavailable],
   if test "$enable_raw_api" = "no"; then
-    AC_DEFINE(FFI_NO_RAW_API, 1, [Define this is you do not want support for the raw API.])
+    AC_DEFINE(FFI_NO_RAW_API, 1, [Define this if you do not want support for the raw API.])
   fi)
 
 AC_ARG_ENABLE(purify-safety,
-- 
1.7.9.5


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

* Re: [PATCH] Fix typo in help strings for --disable-(struct|raw_api)
  2014-02-24 13:44 [PATCH] Fix typo in help strings for --disable-(struct|raw_api) Dominik Vogt
@ 2014-02-24 13:55 ` Dominik Vogt
  2014-02-28  5:28 ` Anthony Green
  1 sibling, 0 replies; 3+ messages in thread
From: Dominik Vogt @ 2014-02-24 13:55 UTC (permalink / raw)
  To: libffi-discuss

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

And the regenerated fficonfig.h.in ...

-- snip --
2014-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

        * fficonfig.h.in: Rebuilt
-- snip --

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

[-- Attachment #2: 0001-Rebuilt-fficonfig.h.in.patch --]
[-- Type: text/x-diff, Size: 904 bytes --]

From c2b7191020fb17bcbcc0293ab6f77132fdeafdb7 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@de.ibm.com>
Date: Mon, 24 Feb 2014 14:51:24 +0100
Subject: [PATCH 1/2] Rebuilt fficonfig.h.in.

---
 fficonfig.h.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fficonfig.h.in b/fficonfig.h.in
index f53b4bd..cac4b86 100644
--- a/fficonfig.h.in
+++ b/fficonfig.h.in
@@ -26,10 +26,10 @@
 /* Cannot use malloc on this target, so, we revert to alternative means */
 #undef FFI_MMAP_EXEC_WRIT
 
-/* Define this is you do not want support for the raw API. */
+/* Define this if you do not want support for the raw API. */
 #undef FFI_NO_RAW_API
 
-/* Define this is you do not want support for aggregate types. */
+/* Define this if you do not want support for aggregate types. */
 #undef FFI_NO_STRUCTS
 
 /* Define to 1 if you have `alloca', as a function or macro. */
-- 
1.7.9.5


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

* Re: [PATCH] Fix typo in help strings for --disable-(struct|raw_api)
  2014-02-24 13:44 [PATCH] Fix typo in help strings for --disable-(struct|raw_api) Dominik Vogt
  2014-02-24 13:55 ` Dominik Vogt
@ 2014-02-28  5:28 ` Anthony Green
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Green @ 2014-02-28  5:28 UTC (permalink / raw)
  To: vogt; +Cc: libffi-discuss

Dominik Vogt <vogt@linux.vnet.ibm.com> writes:

> The attached patch corrects a type in some confiugre.ac help
> strings.  They are not used anywhere, but still ...  :-)

Thanks Dominik!

AG


>
> ChangeLog:
> -- snip --
> 2014-02-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
>
> 	* configure.ac (AC_ARG_ENABLE struct): Fix typo in help message.
> 	(AC_ARG_ENABLE raw_api): Ditto.
> -- snip --
>
> Ciao
>
> Dominik ^_^  ^_^

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

end of thread, other threads:[~2014-02-28  5:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24 13:44 [PATCH] Fix typo in help strings for --disable-(struct|raw_api) Dominik Vogt
2014-02-24 13:55 ` Dominik Vogt
2014-02-28  5:28 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).