bootstrap 270 B

1234567891011121314151617
  1. #! /bin/sh
  2. # file : bootstrap
  3. # copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  4. # license : MIT; see accompanying LICENSE file
  5. #
  6. # Bootstrap the automake build system.
  7. #
  8. rm -f config.cache
  9. if test ! -d m4; then
  10. mkdir m4
  11. fi
  12. autoreconf --install