bootstrap.sh 102 B

123456
  1. #!/bin/sh -x
  2. libtoolize --copy --force
  3. aclocal
  4. autoheader
  5. automake --add-missing
  6. autoreconf --install