view bootstrap @ 5340:08011d43a914

of-general: update to v2.1.1 * dist-files.mk: removed ref to patch * src/of-general.mk: update version/checkum * src/of-general-1-dev-fixes.patch: removed file
author John Donoghue
date Mon, 09 Mar 2020 08:20:36 -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