Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • qpdf
  • autogen.sh
  • Automatically detect outdated generated files ...
    aa864d21
    Update documentation to reflect that automatically generated files are
    committed. Detect when they are outdated if we have the ability to
    regenerate them.
    Jay Berkenbilt authored
    2018-10-11 17:27:54 -0400  
    Browse Code ยป
autogen.sh 94 Bytes
Edit Raw Blame History
1 2 3 4 5 6
#!/bin/sh
set -e
aclocal -I m4
autoheader
autoconf
md5sum configure.ac m4/* >| autofiles.sums