view bootstrap @ 6374:40ab6c28afc0 release

Makefile.in (MXE_OCTAVE_MIRROR): Update.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Aug 2022 00:51:21 -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