[Reproducible-commits] [dpkg] 71/74: build: Remove quotes causing strange spaces in configure --help output

Mattia Rizzolo mattia at debian.org
Sun Jul 3 22:22:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.

commit e4b63e8e12c855974f9ec5a1d40df4baf3f3bc3c
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Jun 26 02:26:21 2016 +0200

    build: Remove quotes causing strange spaces in configure --help output
---
 m4/dpkg-libs.m4 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4
index b6d758b..c04490e 100644
--- a/m4/dpkg-libs.m4
+++ b/m4/dpkg-libs.m4
@@ -7,10 +7,9 @@
 # Check for the message digest library.
 AC_DEFUN([DPKG_LIB_MD], [
   AC_ARG_VAR([MD_LIBS], [linker flags for md library])
-  AC_ARG_WITH([libmd], [
+  AC_ARG_WITH([libmd],
     AS_HELP_STRING([--with-libmd],
-                   [use libmd library for message digest functions])
-  ])
+                   [use libmd library for message digest functions]))
   if test "x$with_libmd" != "xno"; then
     AC_CHECK_HEADERS([md5.h], [
       AC_CHECK_LIB([md], [MD5Init], [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list