:: Re: [dyne:bolic] A little help?
Top Page
Delete this message
Reply to this message
Author: Jaromil
Date:  
To: dynebolic mailinglist
Subject: Re: [dyne:bolic] A little help?

re all,

On Sun, 02 Oct 2011, El Evans wrote:

> It worked! Part of the configure file is almost identical to what I
> posted above. I just replaced the conditions for each case in each
> file (configure and configure.in) with "3.0.1-libredyne". Thanks for
> your help!


the "correct" way to do it in order to retain the change on any
autoconf/automake source is:

1) edit configure.in to adjust what you need

2) run 'autoreconf -i' which will create ./configure from configure.in
and many other macros (automake, aclocal etc.)

3) run ./configure again

you have managed to correct the error which is fine now, but if you
would be maintaining a source or sending the patch to valgrind then
the best is to modify just configure.in and then rebuild...

ciao!

p.s. i'm going to include valgrind by defaul, good call