biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / x11 / xorg / imake-setup-hook.sh
blob351ffab34d0f02d7a9a29b556deb21fa58e1e421
1 export IMAKECPP="@tradcpp@/bin/tradcpp"
3 imakeConfigurePhase() {
4 runHook preConfigure
6 echoCmd 'configuring with imake'
8 if [ -z "${imakefile:-}" -a ! -e Imakefile ]; then
9 echo "no Imakefile, doing nothing"
10 else
11 xmkmf -a
14 runHook postConfigure
17 if [ -z "${dontUseImakeConfigure-}" -a -z "${configurePhase-}" ]; then
18 configurePhase=imakeConfigurePhase