[PATCH] Fix typo in configure --enable-deb help text

Roland McGrath roland@hack.frob.com
Fri Jan 1 00:00:00 GMT 2016


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



More information about the Libabigail mailing list