autogen.sh 81 B

1234567
  1. #!/bin/bash
  2. aclocal
  3. autoheader
  4. automake --add-missing --copy --foreign
  5. autoconf