view bootstrap @ 5459:f146714a73c3

* installer-files/cmdshell.bat: allow path set in .bat file ti teh transfers through to bash
author John Donoghue <john.donoghue@ieee.org>
date Fri, 12 Jun 2020 08:00:52 -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