bootstrap 740 B

12345678910111213141516171819202122232425262728
  1. #!/bin/sh
  2. #
  3. # This program is free software; you can redistribute it and/or
  4. # modify it under the terms of the GNU General Public License
  5. # as published by the Free Software Foundation; either version 2
  6. # of the License, or (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # Author: g0tsu
  14. # Email: g0tsu at dnmx.0rg
  15. #
  16. # This file is a part of litemdview project
  17. # https://notabug.org/g0tsu/litemdview
  18. if [ ! -d m4 ]; then
  19. mkdir m4
  20. fi
  21. touch NEWS
  22. touch README
  23. touch AUTHORS
  24. touch ChangeLog
  25. autoreconf -i