autogen.sh 72 B

123456
  1. #! /bin/sh
  2. set -e -v
  3. aclocal
  4. autoheader
  5. automake --add-missing
  6. autoconf