This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MELT help: how to autoconf-igure makefile fragments?
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Fri, 27 Nov 2009 19:54:18 +0100
- Subject: Re: MELT help: how to autoconf-igure makefile fragments?
- References: <4B1004DE.3080204@starynkevitch.net>
* 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