[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Expand shell variable in AC_CONFIG_FILES
From: |
Nadine |
Subject: |
Re: Expand shell variable in AC_CONFIG_FILES |
Date: |
Sun, 17 Aug 2003 20:46:09 +0200 |
User-agent: |
KMail/1.5.3 |
Am Sonntag, 17. August 2003 20:15 schrieb Nadine:
> I need to have automake (1.7.6) create a Makefile.in in a directory that
> changes often. Therefore I introduced an environment var WORDIR like so:
> CONFIG_FILES( [ path/${WORKDIR} ] ). Of course this fails as automake tries
> to create "path/${WORKDIR}/Makefile.in", not expanding the shell var (I
> call "WORKDIR=bla automake-1.7". configure DTRT).
Oh, I should add: Symlinking the directory in question to a static name and
using that in AC_CONFIG_FILES works for automake but then config.status fails
because it does "test -d $dir || mkdir $dir". That fails with "file
exists"...
Nadine