summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 6113250087002fbfc4c2eea11fddaf8f97fdff5f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
## Octave-Forge: mapping package bootstrap script
## Run this to generate the configure script

set -e  # halt if unhandled error

cd src/
aclocal -Im4
autoconf