1 export IMAKECPP
="@tradcpp@/bin/tradcpp"
3 imakeConfigurePhase
() {
6 echoCmd
'configuring with imake'
8 if [ -z "${imakefile:-}" -a ! -e Imakefile
]; then
9 echo "no Imakefile, doing nothing"
17 if [ -z "${dontUseImakeConfigure-}" -a -z "${configurePhase-}" ]; then
18 configurePhase
=imakeConfigurePhase