openssl/openssl

Configure / config portability enhancement: add an option to use specific m4 tool

Fechada

#21.003 aberto em 19 de mai. de 2023

 (1 comentário) (0 reação) (0 responsável)C (11.262 forks)batch import
backlog fixhelp wantedtriaged: feature

Métricas do repositório

Stars
 (30.157 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The configure logic assumes (on Unix, from Configurations/unix-Makefile.tmpl) that m4 is the GNU m4 tool and uses the non portable -B option.

It would be great to be able to point at other m4 binary (e.g. often called "gm4") or specify a full path to the gnu m4 to be used.

I found no such option and had to manually edit the tmpl file.

Guia do colaborador