bootstrap 214 B

1234567891011
  1. #!/bin/sh
  2. # THIS SCRIPT IS FOR PROJECT MAINTAINER ONLY
  3. # It is executed only to generate "configure"
  4. set -x
  5. aclocal -I config
  6. autoheader
  7. libtoolize --copy --force
  8. automake --foreign --add-missing --copy
  9. autoconf