enlightenment/autogen.sh

8 lines
98 B
Bash
Executable File

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