changeset 4979:8e9dce45d941

* bootstrap: new file
author John Donoghue <john.donoghue@ieee.org>
date Wed, 27 Feb 2019 19:36:18 -0500
parents 7eb5d67a54e3
children 29ad9d4f37e8
files bootstrap
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap	Wed Feb 27 19:36:18 2019 -0500
@@ -0,0 +1,7 @@
+#!/bin/bash
+## bootstrap script
+## Run this to generate the configure script
+
+set -e      # halt if unhandled error
+aclocal
+autoconf    # generate configure script