findutils: fix compile with debugging options
[openadk.git] / scripts / m4
blob8456bce21d499616564298be3639dd42e818b4aa
1 #!/usr/bin/env bash
2 # This file is part of the OpenADK project. OpenADK is copyrighted
3 # material, please see the LICENCE file in the top-level directory.
5 if [ -z "$(which gm4 2>/dev/null)" ];then
6 /usr/bin/m4 "$@"
7 else
8 gm4 "$@"
9 fi