view bootstrap @ 6333:37938fa0df0b

* src/libwebp.mk: update v1.2.3
author John Donoghue <john.donoghue@ieee.org>
date Fri, 22 Jul 2022 08:07:40 -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