bootstrap.sh 112 B

123456789
  1. #!/bin/sh
  2. mkdir -p aux_scripts m4
  3. libtoolize -c -i
  4. aclocal -I m4 --install
  5. autoheader
  6. automake -a -c
  7. autoconf