From af5c97dd0b7e37e1fb3ad1f7ac81fa31a48be7f8 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 25 Apr 2003 18:55:57 +0000 Subject: [PATCH] @@ -9,6 +9,7 @@ + * Look for gmd5sum. (Thanks to Anton Altaparmakov for the report.) --- configure | 2 +- configure.in | 2 +- debian/changelog | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e2aa0a0..7ec4176 100755 --- a/configure +++ b/configure @@ -855,7 +855,7 @@ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -for ac_prog in md5sum md5 +for ac_prog in md5sum md5 gmd5sum do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 diff --git a/configure.in b/configure.in index bc0263f..8c69ffd 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_ARG_ENABLE(debug, AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL -AC_CHECK_PROGS(MD5SUM_SIMPLE, md5sum md5) +AC_CHECK_PROGS(MD5SUM_SIMPLE, md5sum md5 gmd5sum) CFLAGS="$CFLAGS -D_GNU_SOURCE" diff --git a/debian/changelog b/debian/changelog index f1f5efc..5bf6e6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ userv (1.0.2) unstable; urgency=low * Do not pass char to ctype macros; they can't cope with -ve ! * We do ship m4 and flex output now, so say so. * install-sh updated to that from autoconf 2.53. + * Look for gmd5sum. (Thanks to Anton Altaparmakov for the report.) Debian: * Priority changed to optional as per override file. -- 2.30.2