aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 20:11:58 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:52 +0200
commit12400475283f5081ea55f52a764e43f14032f6ba (patch)
tree168f68d0277e31e27aa3f789a5261d3ee7f2f78e /autogen.sh
parentf2ef1612613d5689be73e927cfaa28a1f750320b (diff)
downloadqpdf-12400475283f5081ea55f52a764e43f14032f6ba.tar.zst
Try to use pkg-config to find external dependencies (fixes #324)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index cdb98e48..f3110800 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,4 @@ set -e
aclocal -I m4
autoheader
autoconf
-sha256sum configure.ac m4/* >| autofiles.sums
+sha256sum configure.ac aclocal.m4 libqpdf/qpdf/qpdf-config.h.in m4/* >| autofiles.sums