trees/autogen.sh
David Goulet c68e3a9772 Add autoconf support for a proper build system
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2017-02-06 18:40:31 -05:00

9 lines
78 B
Bash
Executable File

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