enlightenment/autogen.sh

8 lines
103 B
Bash
Executable File

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