cellar/bootstrap
2017-03-22 22:01:34 -07:00

8 lines
69 B
Bash

#!/bin/sh
if [ ! -d "m4" ]; then
mkdir m4
fi
autoreconf --install