view bootstrap @ 5237:e2f8764125a1

src/stable-octave.mk: Bump stable-octave version number to 5.1.90
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 13 Dec 2019 18:41:35 +0100
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script