view bootstrap @ 6127:76a3eb3a2ffc release

Added tag octave-rc-7.0.92 for changeset e20531a051ca
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2022 09:56:28 -0400
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