view bootstrap @ 6518:a8cdb57c6ea6

default-octave: Depend on pcre2 instead of pcre (bug #61542).
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 15 Nov 2022 15:50:29 +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