mirror of
https://github.com/qpdf/qpdf.git
synced 2024-10-31 19:02:30 +00:00
8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
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
|