Derek Atkins wrote:
Quoting Peter O'Gorman <[EMAIL PROTECTED]>:

| SCMFILES = $(shell find ${top_srcdir}/src -name test -prune -o -name
'*.scm' -print )

Why not just use ${abs_top_srcdir} so the .scm files will have absolute paths?


[EMAIL PROTECTED] src]$ grep abs_top_srcdir ../build/intl-scm/Makefile
[EMAIL PROTECTED] src]$

Um, because there is no such thing?

Autoconf will make the substitution if you put

abs_top_srcdir = @abs_top_srcdir@

in your Makefile.am

Honest :)

(autoconf-2.59 here)

Peter
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to