smol/autogen.sh

8 lines
116 B
Bash
Executable File

#!/bin/sh
# Generate configure & friends for CVS users.
aclocal -I ./m4
automake --add-missing
autoheader
autoconf