view bootstrap @ 6508:b06843747eca

add opkg-cfitsio * src/opkg-cfitsio.mk: new file * Makefile.in, dist-files.mk, index.html: add ref to new pkg
author John Donoghue <john.donoghue@ieee.org>
date Fri, 04 Nov 2022 10:37:37 -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