autogen.sh 73 B

12345678910
  1. #!/bin/sh
  2. set -ex
  3. aclocal
  4. autoconf
  5. autoheader
  6. automake -a -c -f
  7. exit 0