Kill KindOfIndirect
[hiphop-php.git] / configure
blobbe41d6d0e7f15dc448f1b22cfb3cc7f7c0295ace
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 Release).'
8 exit 2
9 fi
11 cmake "$@" .