bootstrap 655 B

12345678910111213141516171819202122232425
  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. if [ ! -d m4 ]; then
  16. mkdir m4
  17. fi
  18. touch NEWS
  19. touch README
  20. touch AUTHORS
  21. touch ChangeLog
  22. autoreconf -i