Easy Fix for Possibly Undefined Macro: AC_DEFINE

by Daniel Convissor at 2016-04-01 14:21:00

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

Tags: ctags

View all posts

Email me a comment:

(I'll append it here when I get a chance.)