bootstrap.sh: Standardize across repositories

Change-Id: I6cf5c0a75ae60805b90f75641a7ca19549d0abe2
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
1 file changed
tree: 2248273fef9feb0f0dc17b2c1f0075bb14d08e0b
  1. test/
  2. .travis.yml
  3. bootstrap.sh
  4. config.c
  5. configure.ac
  6. console-client.c
  7. console-server.c
  8. console-server.h
  9. console-socket.c
  10. LICENSE
  11. log-handler.c
  12. Makefile.am
  13. obmc-console.conf.sample
  14. README.md
  15. socket-handler.c
  16. tty-handler.c
  17. util.c
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.