I am trying to run automake command in Fedora 7 (automake 1.10).  Automake
fails due to GNU make extension:

priv/Makefile.am:52: shell cat $(srcdir: non-POSIX variable name
priv/Makefile.am:52: (probably a GNU make extension)

Makefile.am content, where the problem is:
$(shell cat $(srcdir)/test_con.txt)

This means you can't have gnu make $(srcdir) syntax?

When I do automake on Fedora 6 which has automake 1.9.6, all seem to be
fine.
-- 
rk

Reply via email to