view bootstrap @ 7118:8043f08bd254

* src/graphicsmagick.mk: update to v1.3.43
author John Donoghue <john.donoghue@ieee.org>
date Sun, 24 Mar 2024 14:22:12 -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