While installing Universal Ctags from source on a new machine I ran into the following error during the autogen.sh step:
error: possibly undefined macro: AC_DEFINE
Fortunately, the solution was as simple as installing pkg-config:
apt-get install pkg-config
(I'll append it here when I get a chance.)