view bootstrap @ 6040:1aacdfe412b2

maint: Merge release to default.
author John W. Eaton <jwe@octave.org>
date Thu, 06 Jan 2022 12:38:25 -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