This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
qpdf
Watch
2
Star
1
Fork
0
You've already forked qpdf
mirror of
https://github.com/qpdf/qpdf.git
synced
2024-11-04 20:37:50 +00:00
Code
Issues
Releases
Wiki
Activity
ed7f2a6c76
qpdf
/
autogen.sh
7 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
create autogen.sh for convenience git-svn-id: svn+q:///qpdf/trunk@943 71b93d88-0707-0410-a8cf-f5a4172ac649
2010-03-27 13:17:17 +00:00
#!/bin/sh
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.
2018-10-11 21:23:31 +00:00
set
-e
create autogen.sh for convenience git-svn-id: svn+q:///qpdf/trunk@943 71b93d88-0707-0410-a8cf-f5a4172ac649
2010-03-27 13:17:17 +00:00
aclocal -I m4
autoheader
autoconf
Improve autofiles checksum check
2018-10-12 13:22:14 +00:00
sha256sum configure.ac m4/* >
|
autofiles.sums
Copy Permalink