This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AC_CONFIG_FILES with macro parameters



Suppose I have something like:

AC_DEFUN(FOO, [AC_CONFIG_FILES($1/Makefile)])

FOO(somedir)

This works fine with autoconf, but is there some way to convince
automake about this construct? Is there an alternate way to do the
same thing?

/Johan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]