>>>>> "Axel" == Axel Boness <[EMAIL PROTECTED]> writes:
Axel> I tried things like :
Axel> MYDATA=@prefix@/@VERSION@/@PACKAGE@
Axel> AC_SUBST(MYDATA)
This is definitely in the archives. It comes up all the time.
One answer is that you should use a sed rule in Makefile, and not
AC_OUTPUT, if you want full paths.
Another answer is to find the autoconf macro (at the macro archive)
that knows how to do these expansions completely.
Axel> is there any way in automake to describe installation of rc.d
Axel> files ? I haven't found exemples.
I haven't heard of rc.d files per se, but you can install any file
anywhere.
foodir = /wherever/you/want/even/if/it/is/a/bad/idea
foor_DATA = some files
Tom