14 Mar
2018
14 Mar
'18
2:29 a.m.
On 08/02/18 17:25, Huáng Jùnliàng wrote:
The acinclude.m4 uses AS_VAR_APPEND macro. This marco is introduced in 2.64[1], hence we bump AC_PREREQ to 2.64 to avoid undefined marco on 2.63 autoconf.
[1] https://lists.gnu.org/archive/html/autoconf/2009-07/msg00079.html
Signed-off-by: Huáng Jùnliàng <i@jhuang.me> ---
Thanks, A