public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Roland McGrath <roland@hack.frob.com>
To: libabigail@sourceware.org
Subject: [PATCH] Fix typo in configure --enable-deb help text
Date: Fri, 01 Jan 2016 00:00:00 -0000	[thread overview]
Message-ID: <20160318172803.C6D1F2C3C5E@topped-with-meat.com> (raw)

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

             reply	other threads:[~2016-03-18 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01  0:00 Roland McGrath [this message]
2016-01-01  0:00 ` Dodji Seketeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160318172803.C6D1F2C3C5E@topped-with-meat.com \
    --to=roland@hack.frob.com \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).