autogen.sh 385 B

1234567891011121314
  1. #! /bin/sh
  2. if autoreconf --install --symlink --force; then
  3. echo
  4. echo "------------------------------------------------------"
  5. echo "Initialized build system. You can now run ./configure "
  6. echo "------------------------------------------------------"
  7. echo
  8. else
  9. echo
  10. echo "--------------------------"
  11. echo "Running autoreconf failed."
  12. echo "--------------------------"
  13. echo
  14. fi