[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Copying vs m4_including macro files
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Copying vs m4_including macro files |
Date: |
Wed, 24 Sep 2003 14:27:09 +0200 |
On Wed, Sep 24, 2003 at 02:19:06PM +0200, Akim Demaille wrote:
> At the origin I was considering that AC_CONFIG_M4_DIR was
> automatically passed to m4 as a -I, so instead of
> m4_include([config/init.m4]) etc. you'd have m4_include([init.m4]).
Isn't there a chicken'n'egg problem? How can you trace for
AC_CONFIG_M4_DIR if you need the result to run m4 properly?