view bootstrap @ 6547:696b42891580

* src/freetds.mk: update to v3.1.15
author John Donoghue <john.donoghue@ieee.org>
date Mon, 28 Nov 2022 14:27:26 -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