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
2025-02-09 07:08:31 +00:00
Code
Issues
Releases
Wiki
Activity
qpdf
/
autogen.sh
7 lines
94 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 17:23:31 -04: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
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 17:23:31 -04:00
md5sum configure.ac m4/* >
|
autofiles.sums
Copy Permalink