mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-16 01:27:07 +00:00
Diff checksums with diff -w
to avoid line ending problems
This commit is contained in:
parent
a5ee55f2e8
commit
b34cb54c5f
@ -18,7 +18,7 @@ AC_CHECK_PROG(AUTOHEADER,autoheader,1,0)
|
|||||||
AC_CHECK_PROG(ACLOCAL,aclocal,1,0)
|
AC_CHECK_PROG(ACLOCAL,aclocal,1,0)
|
||||||
AC_CHECK_PROG(MD5SUM,md5sum,1,0)
|
AC_CHECK_PROG(MD5SUM,md5sum,1,0)
|
||||||
if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then
|
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)
|
AC_MSG_ERROR(autofiles are autodated; rerun autogen.sh)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user