view bootstrap @ 5375:00517d15f4fc

* src/libiberty.mk, src/lua.mk, src/tinyxml.mk: dont create test apps
author John Donoghue <john.donoghue@ieee.org>
date Wed, 15 Apr 2020 21:23:05 -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