ebml/autogen.sh

10 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
aclocal
autoheader
libtoolize --copy
automake --add-missing --copy
autoconf