[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AC_CONFIG_FILES with macro parameters
From: |
Johan Danielsson |
Subject: |
AC_CONFIG_FILES with macro parameters |
Date: |
28 Nov 2000 15:59:06 +0100 |
User-agent: |
Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 |
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
- AC_CONFIG_FILES with macro parameters,
Johan Danielsson <=