view bootstrap @ 6196:69997c546e61

* src/libsndfile.mk: add mpg123 as a dependancy
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 08:03:52 -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