编译makepkg -s报错
configure.ac:40: error: must install xorg-macros 1.8 or later before running autoconf/autogen
解决方法:
export ACLOCAL='aclocal -I /usr/share/aclocal'
参考:
http://lists.linuxfromscratch.org/pipermail/blfs-support/2013-August/073305.html
https://www.x.org/wiki/Development/BuildingX/