view bootstrap @ 6653:4b87b853936a release

Added tag octave-release-8.1.0 for changeset 31c6a98a0292
author John W. Eaton <jwe@octave.org>
date Tue, 07 Mar 2023 01:08:47 -0500
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