Exclude emacs backups in autogen.sh

This commit is contained in:
Jay Berkenbilt 2019-08-30 06:13:15 -04:00
parent d4c41e2624
commit 9c44719f05
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ set -e
aclocal -I m4
autoheader
autoconf
rm -f m4/*~ 2>/dev/null || true
sha256sum configure.ac aclocal.m4 libqpdf/qpdf/qpdf-config.h.in m4/* >| autofiles.sums