view bootstrap @ 6147:ccb904fafc30 release

Added tag octave-release-7.1.0 for changeset 2e6af23c6cb7
author John W. Eaton <jwe@octave.org>
date Wed, 06 Apr 2022 10:43:19 -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