vtun/autogen.sh

7 lines
91 B
Bash
Raw Normal View History

#! /bin/sh
aclocal && \
autoheader && \
autoconf && \
automake --add-missing 2> /dev/null