From: ian Date: Fri, 25 Apr 2003 18:55:57 +0000 (+0000) Subject: @@ -9,6 +9,7 @@ X-Git-Tag: debian_version_1_0_1_99_0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=af5c97dd0b7e37e1fb3ad1f7ac81fa31a48be7f8 @@ -9,6 +9,7 @@ + * Look for gmd5sum. (Thanks to Anton Altaparmakov for the report.) --- 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.