view bootstrap @ 6314:363e70f8bf36

* src/mpg123.mk: update to v1.30.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 14 Jul 2022 20:41:17 -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