* Basile STARYNKEVITCH wrote on Fri, Nov 27, 2009 at 05:57:02PM CET: > Does anyone have hints on what kind of stuff I should add to have a > makefile fragment like [a future file] gcc/melt-module.mk.in > expanded into a melt-module.mk thru autoconf tricks?
Add AC_CONFIG_FILES([melt-module.mk.in]) to gcc/configure.ac. Run autoconf once in gcc/. Cheers, Ralf