strongswan 5.9.1 configure.ac:392: error: possibly undefined macro: AC_LIB_PREFIX
参考:https://www.cnblogs.com/hugetong/p/10282937.html
在configure.ac文件中添加
m4_pattern_allow(AC_LIB_PREFIX)
参考:https://www.cnblogs.com/hugetong/p/10282937.html
在configure.ac文件中添加
m4_pattern_allow(AC_LIB_PREFIX)