[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure-generated *.in's
From: |
Bruce Korb |
Subject: |
Re: configure-generated *.in's |
Date: |
Fri, 31 Dec 2004 15:24:21 -0800 |
User-agent: |
KMail/1.6.2 |
Hi Stepan,
The solution is to not list the file in the list of files to be configured.
Instead, in your Makefile.am:
mumble-sh.in : $(mumble_PREDECESSORS)
create-mumble-sh-in
mumble.sh : mumble-sh.in
$(SHELL) $(top_builddir)/config.status --file mumble.sh:mumble-sh.in
Someone having been kind enough to have given me that hint..... :-)