e16-themes/autogen.sh

11 lines
169 B
Bash
Raw Normal View History

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