public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in configure --enable-deb help text
@ 2016-01-01  0:00 Roland McGrath
  2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Roland McGrath @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

I just started looking at libabigail concretely, and I have my first patch.
If you'd like to add me to the group, I'd be glad to push it myself.


Thanks,
Roland


From 3680b63695aab994c78a940b57b7693937e98978 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@hack.frob.com>
Date: Fri, 18 Mar 2016 10:25:49 -0700
Subject: [PATCH] Fix typo in configure --enable-deb help text

	* configure.ac: Fix typo in --enable-deb usage text.

Signed-off-by: Roland McGrath <roland@hack.frob.com>
---
 ChangeLog    | 5 ++++-
 configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7583b1e..0c0603c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-18  Roland McGrath  <roland@hack.frob.com>
+
+	* configure.ac: Fix typo in --enable-deb usage text.
+
 2016-03-08  Dodji Seketeli <dodji@redhat.com>
 
 	Update NEWS file for 1.0.rc3
@@ -19851,4 +19855,3 @@
 	* src/Makefile.am:
 	* src/abg-ir.cc:
 	* src/abg-ir.h:
-
diff --git a/configure.ac b/configure.ac
index b611aca..d77f166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_ARG_ENABLE(rpm,
 	      ENABLE_RPM=auto)
 
 AC_ARG_ENABLE(deb,
-	      AS_HELP_STRING([--enable-rpm=yes|no|auto],
+	      AS_HELP_STRING([--enable-deb=yes|no|auto],
 			     [enable the support of deb in abipkgdiff (default is auto)]),
 	      ENABLE_DEB=$enableval,
 	      ENABLE_DEB=auto)
@@ -141,7 +141,7 @@ dnl Check for the rpm2cpio and cpio programs
 if test x$ENABLE_RPM = xyes -o x$ENABLE_RPM = xauto; then
   AC_CHECK_PROG(HAS_RPM2CPIO, rpm2cpio, yes, no)
   AC_CHECK_PROG(HAS_CPIO, cpio, yes, no)
-  
+
   if test x$ENABLE_RPM = xauto; then
     if test x$HAS_RPM2CPIO = xyes -a x$HAS_CPIO = xyes; then
        ENABLE_RPM=yes
-- 
2.8.0.rc3.226.g39d4020

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

* Re: [PATCH] Fix typo in configure --enable-deb help text
  2016-01-01  0:00 [PATCH] Fix typo in configure --enable-deb help text Roland McGrath
@ 2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2016-01-01  0:00 UTC (permalink / raw)
  To: Roland McGrath; +Cc: libabigail

Hey Roland!

Roland McGrath <roland@hack.frob.com> a écrit:

> I just started looking at libabigail concretely, and I have my first
> patch.

[...]

> 	* configure.ac: Fix typo in --enable-deb usage text.

I have just pushed this to master, thanks!

> If you'd like to add me to the group, I'd be glad to push it myself.

Right, let's ask the overseers to add you to the group then.

Cheers,

-- 
		Dodji

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

end of thread, other threads:[~2016-03-21 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 [PATCH] Fix typo in configure --enable-deb help text Roland McGrath
2016-01-01  0:00 ` Dodji Seketeli

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).