This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
AC_CONFIG_FILES with macro parameters
- To: automake at gnu dot org
- Subject: AC_CONFIG_FILES with macro parameters
- From: joda at pdc dot kth dot se (Johan Danielsson)
- Date: 28 Nov 2000 15:59:06 +0100
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
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