view bootstrap @ 6013:8d1bfd50950d

* src/freetds.mk: update to v1.3.4
author John Donoghue <john.donoghue@ieee.org>
date Tue, 14 Dec 2021 08:42:06 -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