~patrickb/guile-pcb/trunk

1
2
3
4
5
6
#!/bin/sh

set -e
autoreconf -vif
./configure "$@"
echo "Now type 'make' to compile guile-pcb."