Guest User

Untitled

a guest
Oct 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/bin/bash
  2. patch -p0 < patch
  3. sed -i 's/ docs//' Makefile.am &&
  4. cp /usr/share/aclocal/ac_python_devel.m4 . &&
  5. libtoolize -f -c &&
  6. aclocal --force -I. &&
  7. autoheader -f &&
  8. autoconf -f &&
  9. automake -a -c --gnu --foreign &&
  10. ./configure --with-irssi="$1" &&
  11. make -C src constants &&
  12. make &&
  13. echo -e "\n\n***\nAll done!"
Add Comment
Please, Sign In to add comment