00001 #!/bin/bash 00002 00003 # pass all arguments to .py script 00004 ./configure.py $@ 00005 00006 # created by the Python's script above 00007 source setupEnvVariables.sh 00008 source setupGccVersion.sh 00009