autogen.sh 132 B

123456789
  1. #!/bin/sh
  2. set -e
  3. # Run this to generate all the initial makefiles, etc.
  4. aclocal
  5. autoheader
  6. autoconf
  7. automake --add-missing --copy