view bootstrap @ 6239:e272995c5902

* src/lcms.mk: update to v2.13.1, use github for update
author John Donoghue <john.donoghue@ieee.org>
date Fri, 27 May 2022 14:24:34 -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