Re: Make syntax $(srcdir) in Makefile.am problem

2008-02-12 Thread Daniel Leidert
Am Dienstag, den 12.02.2008, 10:39 -0500 schrieb db: > 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) > > Mak

Re: Make syntax $(srcdir) in Makefile.am problem

2008-02-12 Thread Ralf Wildenhues
* db wrote on Tue, Feb 12, 2008 at 04:39:58PM CET: > 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) Unless -We

Make syntax $(srcdir) in Makefile.am problem

2008-02-12 Thread db
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_c