view bootstrap @ 5549:37a432f5f0eb

* tools/makeinst-script.sh.in: disable java check (Bug #59215)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 08 Oct 2020 13:09:01 -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