meson: avoid detecting m4 dir as a program

This is a bug in meson, already fixed upstream.
For now, just specify the full path.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-05 00:40:21 -04:00
parent e2bb410515
commit 78b68dcb55
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ endforeach
sed = find_program('sed')
grep = find_program('grep')
awk = find_program('awk')
m4 = find_program('m4')
m4 = find_program('/usr/bin/m4')
stat = find_program('stat')
# if -Dxxx-path option is found, use that. Otherwise, check in $PATH,