view bootstrap @ 7105:0abe4f772e3e release

* binary-dist-rules.mk: Don't use -a option for cp.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Mar 2024 23:44:43 -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