Fix a potential leak.
[evas_quartz.git] / proto / evil / autogen.sh
blob8610825bfd8b06bb32256c1886180c74e2c5df70
1 #!/bin/sh
3 autoreconf -f -i
5 if [ -z "$NOCONFIGURE" ]; then
6 ./configure "$@"
7 fi