#!/bin/bash
## Octave-Forge: video package bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
autoconf    # generate configure script
rm -rf autom4te.cache
