mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 19:49:43 +00:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
aclocal -I m4
|
|
autoheader
|
|
autoconf
|
|
sha256sum configure.ac m4/* >| autofiles.sums
|