legacy-imlib2_loaders/autogen.sh

11 lines
186 B
Bash
Raw Normal View History

#!/bin/sh
2019-11-16 21:14:25 -08:00
# Run this to generate all the initial makefiles, etc.
2019-11-16 21:14:25 -08:00
rm -rf autom4te.cache aclocal.m4
2019-11-16 21:14:25 -08:00
autoreconf -vif
if [ -z "$NOCONFIGURE" -a "$1" != "-n" ]; then
./configure "$@"
fi