view bootstrap @ 5213:d6c75e549474

* src/freetds.mk: update to 1.1.21
author John Donoghue
date Tue, 19 Nov 2019 08:13:25 -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