I'm trying to build lame.398 under solaris, which have gtk+2.0 installed, without gtk+ 1.0. I get following error.
autoconf
configure.in:388: error: possibly undefined macro: AM_PATH_GTK
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
My idea is to use PKG_CHECK_MODULES instead.
patch to use pkg-config for gtk+-2.0