File: bootstrap

package info (click to toggle)
octave-mapping 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: objc: 1,860; python: 438; cpp: 219; makefile: 87; xml: 37; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (6)
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