autotools: remove requirement on md5sum, which is not used anymore

This commit is contained in:
intrigeri 2008-06-25 09:42:23 +00:00
parent c235a7ee87
commit bc8d817218
2 changed files with 0 additions and 6 deletions

View File

@ -31,11 +31,6 @@ else
export AWK
fi
AC_PATH_PROGS(MD5SUM, md5sum, "no")
if test x$MD5SUM = "xno"; then
AC_MSG_ERROR([md5sum is required])
fi
AC_PATH_PROGS(MKTEMP, mktemp, "no")
if test x$MKTEMPT = "xno"; then
AC_MSG_ERROR([mktemp is required])

View File

@ -9,7 +9,6 @@ edit = sed \
-e "s,@BASH\@,$(BASH),g" \
-e "s,@AWK\@,$(AWK),g" \
-e "s,@SED\@,$(SED),g" \
-e "s,@MD5SUM\@,$(MD5SUM),g" \
-e "s,@MKTEMP\@,$(MKTEMP),g" \
-e "s,@libdir\@,$(pkglibdir),g"