public
Description: A GTK+ program for browsing the output of git-blame
Homepage:
Clone URL: git://github.com/bpeel/blame-browse.git
blame-browse / autogen.sh
100755 5 lines (3 sloc) 0.063 kb
1
2
3
4
5
#!/bin/sh
 
autoreconf -v --install || exit $?
./configure "$@"