view src/bootstrap @ 213:d4eef566511b

Extend feval function to support also passing the coordinates separately as multiple arguments and evaluating the function at multiple points at once. Author: Daniel Kraft
author gedeone-octave <marcovass89@hotmail.it>
date Tue, 04 Mar 2014 12:19:04 +0000
parents b9999ff4fe5e
children
line wrap: on
line source

#!/bin/bash
## Octave-Forge: msh package bootstrap script
set -e
autoreconf --verbose --install --force

echo "$0: done.  Now you can run './configure'."