Commit 9c44719f05b6c9a4af96e738d3baa09640aa1f18

Authored by Jay Berkenbilt
1 parent d4c41e26

Exclude emacs backups in autogen.sh

Showing 1 changed file with 1 additions and 0 deletions
autogen.sh
... ... @@ -3,4 +3,5 @@ set -e
3 3 aclocal -I m4
4 4 autoheader
5 5 autoconf
  6 +rm -f m4/*~ 2>/dev/null || true
6 7 sha256sum configure.ac aclocal.m4 libqpdf/qpdf/qpdf-config.h.in m4/* >| autofiles.sums
... ...