view bootstrap @ 6434:a28c2b488272

* src/msys2-filesystem.mk: Mount temp folder without ACL translation (bug #63129).
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 29 Sep 2022 15:54:52 +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