view bootstrap @ 5839:f0fc792daaa6

ghostscript: Disable openjpeg. * src/ghostscript.mk: Disable OpenJPEG. That fixes an error for incremental builds.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 12 Aug 2021 14:02:05 +0200
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