view bootstrap @ 6511:8f473adec6db

* src/freetds.mk: update to v1.3.14
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Nov 2022 09:38:30 -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