Fix TestArrayForEach
[hiphop-php.git] / configure
blob67c0bfe83ebbb429c0c2a43b3d3fd9594fa6e223
1 #!/bin/sh
3 if [ "$1" = '--help' ] || [ "$1" = '-h' ]; then
4 echo 'usage: ./configure -Dvariable=argument ...\n'
5 echo 'Variables: '
6 echo ' CMAKE_BUILD_TYPE=Debug|Release Sets build type (default Relase).'
8 exit 2
9 fi
11 cmake "$@" .