view bootstrap @ 6431:e5ffad81f0ce

pass egrep to xz * src/xz.mk: add (e)grep to input env vars * Makefile.in: find (e)grep if can
author John Donoghue <john.donoghue@ieee.org>
date Mon, 26 Sep 2022 13:12:51 -0400
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