lucas... u're going to hate me... but i'm reverting this whole lot of
[platform/upstream/enlightenment.git] / autogen.sh
1 #!/bin/sh
2
3 autoreconf --symlink --install -Wno-portability
4
5 if [ -z "$NOCONFIGURE" ]; then
6         exec ./configure -C "$@"
7 fi