[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: warning: patches have not been applied, applying them now (use --no-preparation to override)



On Tue, Feb 1, 2011 at 7:29 PM, Mathieu Malaterre
<mathieu.malaterre@gmail.com> wrote:

> ifneq "$(wildcard /usr/share/misc/config.sub)" ""
>        cp -f /usr/share/misc/config.sub config/config.sub
> endif
> ifneq "$(wildcard /usr/share/misc/config.guess)" ""
>        cp -f /usr/share/misc/config.guess config/config.guess
> endif
...
> Should I be doing something else ?

Yes, move the above few lines to before ./configure is run and delete
config/config.guess and config/config.sub in the clean rule. Keep the
autotools-dev build-dep.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: