>you're missing the m4 from the pkg-config package.  install the relevant dev 
>packages from your distro to get it.
>-mike

Many thanks Mike and Vincent.

After adding to configure.ac a string -
AC_CONFIG_MACRO_DIR([/c/Tools/gtkmm/share/aclocal])
and changing in Makefile.am the string -
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
to a string -
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I /c/Tools/gtkmm/share/aclocal
everything begin working fine.

I am not sure I do it in a right way, but it works.

Mikhail.
 
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf



-- 
View this message in context: 
http://old.nabble.com/Cannot-build-application-with-pkg-config-using-autoconf%2C-automake-tp32953972p32957880.html
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to