Re: PATCH: patsubst support

2000-10-29 Thread Kevin Ryde
Alex Hornby [EMAIL PROTECTED] writes: # Makefile.am fragment FOO = foo bar BAR = ${FOO:%=%.c} ... What do people think? It'd be nice to be able to embed little fragments of perl to do things like that, for the "static" case that is. But perhaps that idea has come up before. Or

Re: How to install config.h

2000-10-29 Thread Assar Westerlund
Robert Boehne [EMAIL PROTECTED] writes: I have a massive set of C++ libraries that use CVS libtool, autoconf and automake to build and install. Since users then need to have _all_ the header files they also need to have the configure generated config.h What is the "best" way to coerce