enlightenment/autogen.sh

8 lines
120 B
Bash
Raw Normal View History

#!/bin/sh
autoreconf --symlink --install -Wno-portability
if [ -z "$NOCONFIGURE" ]; then
exec ./configure -C "$@"
fi