hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

fix build fail #227

Closed xiaoge1001 closed 1 year ago

xiaoge1001 commented 1 year ago

I use libconfig-1.7.3, gcc-10.3, automake 1.16.5, libconfig build success. But, when I use the patch command to apply 2c40b58, the libconfig build fails. The error information is as follows: [ 299s] + /usr/bin/make -O -j16 V=1 VERBOSE=1 [ 299s] CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/abuild/rpmbuild/BUILD/libconfig-1.7.3/aux-build/missing aclocal-1.15 -I m4 [ 299s] /home/abuild/rpmbuild/BUILD/libconfig-1.7.3/aux-build/missing: line 81: aclocal-1.15: command not found [ 299s] WARNING: 'aclocal-1.15' is missing on your system.

https://github.com/hyperrealm/libconfig/issues/225