autogen.sh 96 B

1234567
  1. #! /bin/sh
  2. set -e -v
  3. make -f Makefile.am log
  4. aclocal
  5. autoheader
  6. automake --add-missing
  7. autoconf