view bootstrap @ 6505:124777ae3508

* Makefile.in: add ALL_MSYS_PACKAGES, ALL_OCTAVE_PACKAGES variables, filter update-general-pgs
author John Donoghue <john.donoghue@ieee.org>
date Fri, 04 Nov 2022 08:46: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