chiark / gitweb /
build-depends tetex-extra
[userv.git] / configure.in
index 4aa9797fecb6c50ea1edb444f69158224ea672cf..f6f4f81e5136cc0f0ba486f9e90fdac15c11f847 100644 (file)
@@ -1,6 +1,6 @@
 #  userv - configure.in
 #
-#  Copyright (C)1996-1997,1999 Ian Jackson
+#  Copyright (C)1996-1997,1999-2000,2003 Ian Jackson
 #   
 #  This is free software; you can redistribute it and/or modify it
 #  under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ AC_ARG_ENABLE(debug,
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL
-AC_CHECK_PROGS(MD5SUM, md5sum md5)
+AC_CHECK_PROGS(MD5SUM_SIMPLE, md5sum md5 gmd5sum)
 
 CFLAGS="$CFLAGS -D_GNU_SOURCE"