view bootstrap @ 5883:f08c7cbb8df1

* build-gettext.mk: Undo recent changes; omit special msvc actions.
author John W. Eaton <jwe@octave.org>
date Fri, 10 Sep 2021 10:21:56 -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