view bootstrap @ 5574:ca159200cead

* src/cairo.mk: in windows, add -fstack-protector flag rather than -lssp
author John Donoghue <john.donoghue@ieee.org>
date Fri, 30 Oct 2020 14:15:13 -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