buildconf 91 B

123456
  1. #!/bin/sh
  2. libtoolize -c -f --automake
  3. aclocal
  4. autoheader
  5. automake -a -c --foreign
  6. autoconf