view bootstrap @ 5347:4d6716dcec28

* tools/makeinst-script.sh.in: Install to ProgramFiles by default (bug #53124).
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 21 Feb 2020 12:29:08 +0100
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