blob: 2a09c33831d7c6aa7ae37a19f4f9de002bf595a5 [file] [log] [blame]
NingSun535535b2018-02-28 18:24:31 -08001#!/bin/bash
2set -e
3#autoreconf --install --sym
4
5AUTORECONF=${AUTORECONF:-autoreconf}
6
7${AUTORECONF} --install --sym
8