chiark / gitweb /
@@ -9,6 +9,7 @@
authorian <ian>
Fri, 25 Apr 2003 18:55:57 +0000 (18:55 +0000)
committerian <ian>
Fri, 25 Apr 2003 18:55:57 +0000 (18:55 +0000)
+  * Look for gmd5sum.  (Thanks to Anton Altaparmakov for the report.)

configure
configure.in
debian/changelog

index e2aa0a00f3edced89aa52e15dfe5996617ab0436..7ec41760a7ca62a517bfaa666c4df93e4a730eab 100755 (executable)
--- 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
index bc0263fda92b205fb26928fddaf7edb7b2044e05..8c69ffdbc2010fff510f120db0b1930a1e81579a 100644 (file)
@@ -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"
 
index f1f5efc6d6d5923f78edb0ef2595b405b50b32d4..5bf6e6ac2924bc6d29cad4dcc463720fd7c08f7e 100644 (file)
@@ -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.