e16-docs/autogen.sh

11 lines
169 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
rm -rf autom4te.cache aclocal.m4
autoreconf -vif
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi