1#!/bin/bash
2## Octave-Forge: video package bootstrap script
3## Run this to generate the configure script
4
5set -e      # halt if unhandled error
6aclocal
7autoconf    # generate configure script
8