source: protocols/python/bootstrap.sh @ e38c6d8

Last change on this file since e38c6d8 was 0075527, checked in by Nick Murdoch <nick@…>, at 2013-03-17T13:38:14Z

Add existing git project files, and modify bitlbee's build script to build the plugin.

  • Property mode set to 100644
File size: 170 bytes
Line 
1#!/bin/sh -e
2
3cp $(ls /usr/share/automake-*/install-sh | tail -n1) ./
4
5autoconf
6
7mkdir -p BUILD
8cd BUILD
9../configure
10
11echo "To make: cd BUILD; make; make install"
12echo
Note: See TracBrowser for help on using the repository browser.