e16-themes/autogen.sh

11 lines
186 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
if [ -z "$NOCONFIGURE" -a "$1" != "-n" ]; then
2018-08-12 06:39:15 -07:00
./configure "$@"
fi