view bootstrap @ 5875:337390a0c7e2 release

gettext.mk: avoid parallel builds.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Sep 2021 14:30:51 -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