Re: configure-generated *.in's

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux