view bootstrap @ 5934:001129ddf0a0

Notepad++: Update to version 8.1.9. * src/npp.mk: Version 8.1.8 was retracted upstream and the corresponding binaries have been removed from the server. Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 27 Oct 2021 10:04:38 +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