distromatic/autogen.sh

7 lines
108 B
Bash
Executable File

#!/bin/sh
aclocal
autoheader
automake --add-missing
autoconf
./configure --prefix=/usr --sysconfdir=/etc $@