view bootstrap @ 5944:9a893025d734

* src/gnuplot.mk: install term/js files (Bug #61429)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Nov 2021 09:49:07 -0500
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