efl/legacy/edbus/autogen.sh

8 lines
89 B
Bash
Executable File

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