trees/autogen.sh

9 lines
78 B
Bash
Raw Normal View History

#!/bin/sh
set -x
if [ ! -d "config" ]; then
mkdir config
fi
autoreconf -vi