view bootstrap @ 6707:330c09e38299 release

* src/opkg-cfitsio.mk: add dependancy on pkg-config (grafted from e6ec9e6d9c51ea164150a468cedb5c02e79a6418)
author John Donoghue <john.donoghue@ieee.org>
date Mon, 01 May 2023 11:11:25 -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