OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9c44719f05b6c9a4af96e738d3baa09640aa1f18
Authored by
Jay Berkenbilt
2019-08-30 06:13:15 -0400
1 parent
d4c41e26
Exclude emacs backups in autogen.sh
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
autogen.sh
autogen.sh
View file @
9c44719
...
...
@@ -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
...
...