view bootstrap @ 7081:27632a67d2d3

* src/mpg123.mk: update to v1.32.5
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Feb 2024 18:56:22 -0500
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