view bootstrap @ 6321:2de9e51fc142

* Makefile.in: add dist_examples_DATA to no inst doc var
author John Donoghue <john.donoghue@ieee.org>
date Wed, 20 Jul 2022 08:34:49 -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