view bootstrap @ 7063:424c35c8273b

* src/libxml2.mk: update to v2.12.5
author John Donoghue <john.donoghue@ieee.org>
date Fri, 09 Feb 2024 07:56:00 -0500
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