aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-11 23:23:31 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-11 23:27:54 +0200
commitaa864d214249bc16b93a56dbdc1cac91fa276a46 (patch)
treef7f9753040607b5ebe9a5c465b6ea45a68694933 /autogen.sh
parentd1368a38516726e0891660696e86585ad37bf55e (diff)
downloadqpdf-aa864d214249bc16b93a56dbdc1cac91fa276a46.tar.zst
Automatically detect outdated generated files
Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f6a3afbd..48ac0d37 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+set -e
aclocal -I m4
autoheader
autoconf
+md5sum configure.ac m4/* >| autofiles.sums