mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 19:49:43 +00:00
aa864d2142
Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them.
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
aclocal -I m4
|
|
autoheader
|
|
autoconf
|
|
md5sum configure.ac m4/* >| autofiles.sums
|