>>> "Baris" == Baris Simsek <[EMAIL PROTECTED]> writes:
[...]
Baris> i tried
Baris> templatedir = ${pkgdatadir}/templates
Baris> template_DATA = templates/test.share
I believe this should work with a recent Automake. Consider upgrading.
Also, `nobase_' comes handy when the source layout matches the
installation layout:
nobase_pkgdatadir_DATA = templates/file1 templates/file2 ...
will install templates/file1 and templates/file2 as
$(pkgdatadir)/templates/file1 and $(pkgdatadir)/templates/file2.
[...]
--
Alexandre Duret-Lutz