view bootstrap @ 5168:e640a2d2ede0

* tools/makeinst-script.sh.in: update dest folder check to include check of characters that cause issues (Bug #49718)
author John Donoghue
date Thu, 26 Sep 2019 11:21:37 -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