view bootstrap @ 5884:62eada485ce7

* build-gettext.mk: Run make in gnulib directories before rest of build.
author John W. Eaton <jwe@octave.org>
date Fri, 10 Sep 2021 13:23:24 -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