view bootstrap @ 5167:35249dc96f3b

* src/freetds.mk: update to v1.1.16
author John Donoghue
date Tue, 24 Sep 2019 14:07:18 -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