Commit 54822c8e30a47dcc2ebdfde0af95016d484d5174
1 parent
9b72ce09
regenerate autofiles
Showing
2 changed files
with
2 additions
and
2 deletions
autofiles.sums
configure
| ... | ... | @@ -2603,7 +2603,7 @@ fi |
| 2603 | 2603 | |
| 2604 | 2604 | |
| 2605 | 2605 | if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then |
| 2606 | - if ! md5sum configure.ac m4/* | diff - autofiles.sums; then | |
| 2606 | + if ! md5sum configure.ac m4/* | diff -w - autofiles.sums; then | |
| 2607 | 2607 | as_fn_error $? "autofiles are autodated; rerun autogen.sh" "$LINENO" 5 |
| 2608 | 2608 | fi |
| 2609 | 2609 | fi | ... | ... |