view bootstrap @ 5201:3307ec11073e

skip libgomp dependency if using native gcc * librsb.mk, sox.mk, suitesparse.mk, sundials-27-ida.mk, sundials-ida.mk: Only add libgomp to package dependency list if not using native gcc.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Nov 2019 09:05:57 -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