Edit

kc3-lang/brotli/configure

Branch :

  • Show log

    Commit

  • Author : Frank Denis
    Date : 2016-12-09 08:58:13
    Hash : 50bc3a71
    Message : Do not assume that bash is installed in /bin (#477) This is required in order to run the tests on *BSD.

  • configure
  • #!/usr/bin/env bash
    echo "Use Bazel, CMake or Premake5 to generate projects / build files."
    echo "  Bazel: http://www.bazel.build/"
    echo "  CMake: https://cmake.org/"
    echo "  Premake5: https://premake.github.io/"
    echo "Or simply run 'make' to build and test command line tool."