On Tue, Feb 1, 2011 at 7:29 PM, Mathieu Malaterre <[email protected]> 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

