The automake docs recommend:
do_subst = sed -e 's,[...@]datadir[@],$(datadir),g' \
-e 's,[...@]perl[@],$(PERL),g' \
-e 's,[...@]package[@],$(PACKAGE),g' \
-e 's,[...@]version[@],$(VERSION),g' \
...
automake: automake.in Makefile
Ralf Wildenhues wrote:
> Hello Monty,
>
> * Monty Taylor wrote on Tue, Dec 23, 2008 at 04:48:30AM CET:
>> First of all, the answer to my question is going to be "don't do that",
>> but just in case it isn't...
>
> Nope, it isn't, AFAICS.
>
>> The problem I was recently trying to solve is this: i
Hi Ralf,
Ralf Wildenhues wrote:
* Chris Pickett wrote on Tue, Dec 23, 2008 at 07:00:08AM CET:
I'm trying to use AC_REPLACE_FUNCS to provide strsignal. However, when
I run make it doesn't build a strsignal.lo for me, and libtool complains
"link: `strsignal.lo' is not a valid libtool object".
Ralf Wildenhues wrote:
> Hello Monty,
>
> * Monty Taylor wrote on Tue, Dec 23, 2008 at 04:48:30AM CET:
>> First of all, the answer to my question is going to be "don't do that",
>> but just in case it isn't...
>
> Nope, it isn't, AFAICS.
>
>> The problem I was recently trying to solve is this: i