efl/legacy/edbus/autogen.sh

8 lines
84 B
Bash
Raw Normal View History

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