I wrote:

> Okay, so maybe I could do
> 
> GNUmakefile: GNUmakefile.in $(top_builddir)/config.status                         
>       dir=`pwd` && cd $(top_builddir) && \
>         CONFIG_FILES=$$dir/$@ CONFIG_HEADERS= ./config.status

Okay, that won't work either:

dir=`pwd` && cd ../../.. && CONFIG_FILES=$dir/GNUmakefile CONFIG_HEADERS= 
./config.status
creating /home/peter/pgsql/src/interfaces/perl5/GNUmakefile
sed: can't read .//home/peter/pgsql/src/interfaces/perl5/GNUmakefile.in: No such file 
or directory

So now the question is really: how *do* you invoke config.status from a
subdirectory at all?


-- 
Peter Eisentraut                  Sernanders v�g 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden

Reply via email to