This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure-generated *.in's


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..... :-)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]