friso/autogen.sh

8 lines
124 B
Bash
Raw Permalink Normal View History

#!/bin/sh
mkdir -p m4
libtoolize --force --copy
aclocal --force --install
autoheader
automake --add-missing --copy
autoconf