summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-12 14:05:34 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-12 14:05:34 +0200
commitb34cb54c5f482c41da8c941ca1d220f3606e26f6 (patch)
tree60c333a640f0b4098d4819b9cba98cdaa15b8a5c /configure.ac
parenta5ee55f2e8241a9abeb301dc9c62d1a210dae22e (diff)
downloadqpdf-b34cb54c5f482c41da8c941ca1d220f3606e26f6.tar.zst
Diff checksums with diff -w
to avoid line ending problems
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index afef1958..02413ea1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CHECK_PROG(AUTOHEADER,autoheader,1,0)
AC_CHECK_PROG(ACLOCAL,aclocal,1,0)
AC_CHECK_PROG(MD5SUM,md5sum,1,0)
if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then
- if ! md5sum configure.ac m4/* | diff - autofiles.sums; then
+ if ! md5sum configure.ac m4/* | diff -w - autofiles.sums; then
AC_MSG_ERROR(autofiles are autodated; rerun autogen.sh)
fi
fi