view bootstrap @ 5831:4e1ae8cbc9ec

allow build-python3 to build correctly (bug #61008) * Makefile.in (BUILD_PKG_CONFIG_PATH): Include usr/lib/pkgconfig at beginning of default list of directories.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Aug 2021 11:11:59 -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