view bootstrap @ 7178:7c62733550ad

* src/libwebp.mk: update to v1.4.0
author John Donoghue <john.donoghue@ieee.org>
date Fri, 19 Apr 2024 07:45:51 -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