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
- Re: AC_CONFIG_FILES with macro parameters Johan Danielsson
- Re: AC_CONFIG_FILES with macro parameters Akim Demaille