view bootstrap @ 5015:47575f016358

* src/build-sed.mk: update to v4.7
author John Donoghue
date Mon, 11 Mar 2019 15:27:31 -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